Skip to content

Commit 7357e1e

Browse files
committed
Update Yarn to v4
1 parent 9f99336 commit 7357e1e

File tree

7 files changed

+7155
-7238
lines changed

7 files changed

+7155
-7238
lines changed

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 0 additions & 785 deletions
This file was deleted.

.yarn/releases/yarn-4.0.0-rc.3.cjs

Lines changed: 780 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,4 @@ enableGlobalCache: true
22

33
nodeLinker: pnp
44

5-
plugins:
6-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
7-
spec: "@yarnpkg/plugin-interactive-tools"
8-
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
9-
spec: "@yarnpkg/plugin-typescript"
10-
11-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.0.0-rc.3.cjs

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,5 @@
3939
"*.{ts,tsx}": "eslint --cache --fix",
4040
"*.{js,json,jsx,html,css,md,yml,yaml}": "prettier --write"
4141
},
42-
"packageManager": "[email protected]",
43-
"dependenciesMeta": {
44-
"@react-spring/core": {
45-
"built": false
46-
}
47-
},
48-
"dependencies": {
49-
"@react-spring/web": "9.4.5-beta.1"
50-
}
42+
"packageManager": "[email protected]"
5143
}

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/babel__core": "^7.1.19",
5050
"@types/jest": "^27.4.1",
5151
"@types/node": "^17.0.29",
52-
"@types/react-dom": "^18.0.2",
52+
"@types/react-dom": "18.0.2",
5353
"babel-loader": "^8.2.5",
5454
"babel-preset-react-app": "^10.0.1",
5555
"typescript": "^4.6.3",

packages/walletkit/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,18 @@
2525
"@saberhq/solana-contrib": "^1.12.67",
2626
"@saberhq/use-solana": "^1.12.67",
2727
"@solana/web3.js": "^1.41.0",
28-
"@types/react-dom": "^18.0.2",
28+
"@types/react-dom": "18.0.0",
2929
"bn.js": "^5.2.0",
3030
"react": "^18.1.0",
3131
"react-dom": "^18.1.0"
3232
},
3333
"dependencies": {
34-
"@react-spring/web": "^9.4.4",
34+
"@react-spring/web": "^9.4.5-beta.1",
3535
"@types/bn.js": "^5.1.0",
3636
"@types/react": "^18.0.8",
3737
"react-device-detect": "^2.2.2",
3838
"react-use-gesture": "^9.1.3",
39-
"tslib": "^2.4.0",
40-
"unstated-next": "^1.1.0"
39+
"tslib": "^2.4.0"
4140
},
4241
"peerDependencies": {
4342
"@emotion/react": "^11",

0 commit comments

Comments
 (0)