Skip to content

Commit 9e9adee

Browse files
committed
upgrade all dependencies
1 parent d4957a7 commit 9e9adee

File tree

6 files changed

+1380
-904
lines changed

6 files changed

+1380
-904
lines changed

.yarn/releases/yarn-4.0.0-rc.3.cjs renamed to .yarn/releases/yarn-4.0.0-rc.6.cjs

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

.yarnrc.yml

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

33
nodeLinker: pnp
44

5-
yarnPath: .yarn/releases/yarn-4.0.0-rc.3.cjs
5+
yarnPath: .yarn/releases/yarn-4.0.0-rc.6.cjs

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@
77
"license": "GPL-3.0",
88
"private": true,
99
"devDependencies": {
10-
"@babel/core": "^7.17.9",
11-
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
10+
"@babel/core": "^7.18.2",
11+
"@babel/plugin-proposal-private-property-in-object": "^7.17.12",
1212
"@rushstack/eslint-patch": "^1.1.3",
13-
"@saberhq/eslint-config": "^1.12.67",
14-
"@saberhq/eslint-config-react": "^1.12.67",
15-
"@saberhq/tsconfig": "^1.12.67",
13+
"@saberhq/eslint-config": "^1.13.19",
14+
"@saberhq/eslint-config-react": "^1.13.19",
15+
"@saberhq/tsconfig": "^1.13.19",
1616
"@types/babel__core": "^7.1.19",
17-
"@yarnpkg/doctor": "^4.0.0-rc.3",
17+
"@yarnpkg/doctor": "^4.0.0-rc.6",
1818
"babel-loader": "^8.2.5",
1919
"buffer": "^6.0.3",
20-
"eslint": "^8.14.0",
20+
"eslint": "^8.16.0",
2121
"eslint-import-resolver-node": "^0.3.6",
2222
"eslint-plugin-import": "^2.26.0",
23-
"husky": "^7.0.4",
23+
"husky": "^8.0.1",
2424
"lerna": "^4.0.0",
25-
"lint-staged": "^12.4.1",
25+
"lint-staged": "^12.4.2",
2626
"prettier": "^2.6.2",
27-
"typescript": "^4.6.3",
28-
"webpack": "^5.72.0"
27+
"typescript": "^4.7.2",
28+
"webpack": "^5.72.1"
2929
},
3030
"workspaces": [
3131
"packages/*"
3232
],
3333
"scripts": {
34-
"build": "lerna run build",
34+
"build": "yarn workspaces foreach --exclude @moving/workspace -vpti run build",
3535
"lint": "eslint --cache .",
3636
"lint:ci": "eslint --cache . --max-warnings=0",
3737
"typecheck": "tsc",
@@ -41,5 +41,5 @@
4141
"*.{ts,tsx}": "eslint --cache --fix",
4242
"*.{js,json,jsx,html,css,md,yml,yaml}": "prettier --write"
4343
},
44-
"packageManager": "[email protected].3"
44+
"packageManager": "[email protected].6"
4545
}

packages/example/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"@emotion/styled": "^11.8.1",
1010
"@gokiprotocol/walletkit": "^1.6.5",
1111
"@reach/dialog": "^0.17.0",
12-
"@saberhq/solana-contrib": "^1.12.67",
13-
"@saberhq/token-utils": "^1.12.67",
14-
"@saberhq/use-solana": "^1.12.67",
15-
"@solana/web3.js": "^1.41.0",
12+
"@saberhq/solana-contrib": "^1.13.19",
13+
"@saberhq/token-utils": "^1.13.19",
14+
"@saberhq/use-solana": "^1.13.19",
15+
"@solana/web3.js": "^1.43.2",
1616
"@types/bn.js": "^5.1.0",
17-
"@types/react": "^18.0.8",
18-
"bn.js": "^5.2.0",
17+
"@types/react": "^18.0.9",
18+
"bn.js": "^5.2.1",
1919
"buffer": "^6.0.3",
2020
"jsbi": "^4.3.0",
2121
"polished": "^4.2.2",
@@ -42,18 +42,18 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.17.9",
46-
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
47-
"@babel/preset-react": "^7.16.7",
45+
"@babel/core": "^7.18.2",
46+
"@babel/plugin-proposal-private-property-in-object": "^7.17.12",
47+
"@babel/preset-react": "^7.17.12",
4848
"@emotion/babel-plugin": "^11.9.2",
4949
"@types/babel__core": "^7.1.19",
50-
"@types/jest": "^27.4.1",
51-
"@types/node": "^17.0.29",
52-
"@types/react-dom": "18.0.2",
50+
"@types/jest": "^27.5.1",
51+
"@types/node": "^17.0.36",
52+
"@types/react-dom": "18.0.5",
5353
"babel-loader": "^8.2.5",
5454
"babel-preset-react-app": "^10.0.1",
55-
"typescript": "^4.6.3",
56-
"webpack": "^5.72.0"
55+
"typescript": "^4.7.2",
56+
"webpack": "^5.72.1"
5757
},
5858
"repository": "[email protected]:GokiProtocol/walletkit.git"
5959
}

packages/walletkit/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"@emotion/react": "^11.9.0",
2323
"@emotion/styled": "^11.8.1",
2424
"@reach/dialog": "^0.17.0",
25-
"@saberhq/solana-contrib": "^1.12.67",
26-
"@saberhq/use-solana": "^1.12.67",
27-
"@solana/web3.js": "^1.41.0",
28-
"@types/react-dom": "18.0.0",
29-
"bn.js": "^5.2.0",
25+
"@saberhq/solana-contrib": "^1.13.19",
26+
"@saberhq/use-solana": "^1.13.19",
27+
"@solana/web3.js": "^1.43.2",
28+
"@types/react-dom": "18.0.5",
29+
"bn.js": "^5.2.1",
3030
"react": "^18.1.0",
3131
"react-dom": "^18.1.0"
3232
},
3333
"dependencies": {
34-
"@react-spring/web": "^9.4.5-beta.1",
35-
"@types/react": "^18.0.8",
34+
"@react-spring/web": "^9.4.5",
35+
"@types/react": "^18.0.9",
3636
"react-device-detect": "^2.2.2",
3737
"react-use-gesture": "^9.1.3",
3838
"tslib": "^2.4.0"

0 commit comments

Comments
 (0)