Skip to content

Commit

Permalink
Bump all braid versions, try pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed May 7, 2024
1 parent 65d878e commit ddca773
Show file tree
Hide file tree
Showing 10 changed files with 10,318 additions and 7,480 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- id: pnpm-setup
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Expand Up @@ -6,3 +6,4 @@ public-hoist-pattern[]="*prettier*"
# This bypasses the .pnpm folder that resolveModules looks for
# See https://github.com/seek-oss/sku/blob/275752bd3066e52885d461ef5bcd953aaac3bfff/config/webpack/resolveModules.js
public-hoist-pattern[]="@babel/*"
loglevel="debug"
2 changes: 1 addition & 1 deletion fixtures/braid-design-system/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@sku-fixtures/braid-design-system",
"private": true,
"dependencies": {
"braid-design-system": "^32.0.0",
"braid-design-system": "^32.17.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/sku-webpack-plugin/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"main": "./main.js",
"dependencies": {
"braid-design-system": "^32.0.0",
"braid-design-system": "^32.17.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/storybook-config/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@sku-fixtures/storybook-config",
"private": true,
"dependencies": {
"braid-design-system": "^32.0.0",
"braid-design-system": "^32.17.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -68,9 +68,9 @@
},
"volta": {
"node": "18.16.0",
"pnpm": "8.15.7"
"pnpm": "9.1.0"
},
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.1.0",
"skuSkipPostInstall": true,
"skuSkipConfigure": true,
"skuSkipValidatePeerDeps": true
Expand Down
2 changes: 1 addition & 1 deletion packages/sku/package.json
Expand Up @@ -139,7 +139,7 @@
"@types/which": "^3.0.0",
"@vanilla-extract/css": "^1.0.0",
"@vocab/react": "^1.0.1",
"braid-design-system": "^32.0.0",
"braid-design-system": "^32.17.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
Expand Down

0 comments on commit ddca773

Please sign in to comment.