Skip to content

Commit

Permalink
Merge pull request #2054 from Web3Auth/feat/upgrade-auth-deps
Browse files Browse the repository at this point in the history
upgrade auth deps
  • Loading branch information
chaitanyapotti authored Jan 20, 2025
2 parents a43d4f0 + 3902122 commit c9c0554
Show file tree
Hide file tree
Showing 23 changed files with 184 additions and 150 deletions.
256 changes: 145 additions & 111 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint": "^8.57.0",
"husky": "^9.1.7",
"lerna": "^8.1.9",
"lint-staged": "^15.2.11",
"lint-staged": "^15.4.1",
"mocha": "^10.8.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"name": "web3auth",
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^20.2.2",
"@rollup/rollup-linux-x64-gnu": "^4.28.1"
"@nx/nx-linux-x64-gnu": "^20.3.2",
"@rollup/rollup-linux-x64-gnu": "^4.31.0"
},
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/auth-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.x"
},
"dependencies": {
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-provider": "^9.5.2",
"deepmerge": "^4.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/base-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^7.0.1",
"@toruslabs/base-controllers": "^7.1.1",
"@web3auth/base": "^9.5.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/base-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^7.0.1",
"@toruslabs/base-controllers": "^7.1.1",
"@web3auth/base": "^9.5.2",
"bs58": "^5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/default-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@solana/wallet-standard-features": "^1.2.0",
"@solana/wallet-standard-features": "^1.3.0",
"@solana/web3.js": "^1.98.0",
"@wallet-standard/app": "^1.1.0",
"@wallet-standard/base": "^1.1.0",
"@wallet-standard/features": "^1.1.0",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-solana-adapter": "^9.5.2",
"@web3auth/solana-provider": "^9.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/wallet-connect-v2-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"dependencies": {
"@solana/web3.js": "^1.98.0",
"@toruslabs/base-controllers": "^7.0.1",
"@toruslabs/base-controllers": "^7.1.1",
"@walletconnect/sign-client": "^2.17.3",
"@walletconnect/types": "^2.17.3",
"@walletconnect/utils": "^2.17.3",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-provider": "^9.5.2",
"@web3auth/ethereum-provider": "^9.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^7.0.1",
"@toruslabs/base-controllers": "^7.1.1",
"@toruslabs/constants": "^14.2.0",
"@toruslabs/http-helpers": "^7.0.0",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"jwt-decode": "^4.0.0",
"loglevel": "^1.9.2",
"ts-custom-error": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/composables/modal-vue-composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@web3auth/modal": "^9.5.2"
},
"devDependencies": {
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/auth-adapter": "^9.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/composables/no-modal-vue-composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@web3auth/no-modal": "^9.5.2"
},
"devDependencies": {
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/auth-adapter": "^9.5.2"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dist"
],
"dependencies": {
"@toruslabs/base-controllers": "^7.0.1",
"@toruslabs/base-controllers": "^7.1.1",
"@web3auth/base": "^9.5.2",
"@web3auth/wallet-services-plugin": "^9.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@web3auth/account-abstraction-provider": "^9.5.2",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/wallet-connect-v2-adapter": "^9.5.2",
"css-loader": "^7.1.2",
"postcss-prefix-selector": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/no-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@web3auth/wallet-connect-v2-adapter": "^9.x"
},
"dependencies": {
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-provider": "^9.5.2",
"deepmerge": "^4.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/nft-checkout-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"dist"
],
"dependencies": {
"@toruslabs/base-controllers": "^7.0.1",
"@web3auth/auth": "^9.6.2",
"@toruslabs/base-controllers": "^7.1.1",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"loglevel": "^1.9.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@toruslabs/solana-embed": "^2.1.0",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/no-modal": "^9.5.2",
"loglevel": "^1.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/wallet-services-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@web3auth/account-abstraction-provider": "^9.5.2",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/no-modal": "^9.5.2",
"@web3auth/ws-embed": "^3.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/account-abstraction-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@ethereumjs/util": "^9.1.0",
"@toruslabs/base-controllers": "^7.0.1",
"@web3auth/auth": "^9.6.2",
"@toruslabs/base-controllers": "^7.1.1",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-provider": "^9.5.2",
"@web3auth/ethereum-provider": "^9.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/base-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^7.0.1",
"@web3auth/auth": "^9.6.2",
"@toruslabs/base-controllers": "^7.1.1",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"json-rpc-random-id": "^1.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/ethereum-mpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@ethereumjs/util": "^9.1.0",
"@toruslabs/base-controllers": "^7.0.1",
"@web3auth/auth": "^9.6.2",
"@toruslabs/base-controllers": "^7.1.1",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-provider": "^9.5.2",
"@web3auth/ethereum-provider": "^9.5.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
},
"dependencies": {
"@ethereumjs/util": "^9.1.0",
"@toruslabs/base-controllers": "^7.0.1",
"@toruslabs/base-controllers": "^7.1.1",
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/http-helpers": "^7.0.0",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-provider": "^9.5.2",
"assert": "^2.1.0",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"ethers": "^6.13.4",
"jsonschema": "^1.4.1",
"viem": "^2.22.5"
"ethers": "^6.13.5",
"jsonschema": "^1.5.0",
"viem": "^2.22.10"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/json-rpc-random-id": "^1.0.3",
"@walletconnect/types": "^2.17.3"
"@walletconnect/types": "^2.17.4"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/solana-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^7.0.1",
"@toruslabs/base-controllers": "^7.1.1",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-provider": "^9.5.2",
"bn.js": "^5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/xrpl-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^7.0.1",
"@web3auth/auth": "^9.6.2",
"@toruslabs/base-controllers": "^7.1.1",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"@web3auth/base-provider": "^9.5.2",
"ripple-keypairs": "^1.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"live-server": "^1.2.2",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-loader": "^8.1.1",
"postcss-prefix-selector": "^2.1.0",
"react": "^18.3.1",
Expand All @@ -63,7 +63,7 @@
},
"dependencies": {
"@toruslabs/http-helpers": "^7.0.0",
"@web3auth/auth": "^9.6.2",
"@web3auth/auth": "^9.6.4",
"@web3auth/base": "^9.5.2",
"bowser": "^2.11.0",
"classnames": "^2.5.1",
Expand Down

0 comments on commit c9c0554

Please sign in to comment.