Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 22, 2024
1 parent d606490 commit cf9892e
Show file tree
Hide file tree
Showing 11 changed files with 1,506 additions and 1,402 deletions.
2,860 changes: 1,482 additions & 1,378 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"devDependencies": {
"@babel/register": "^7.25.7",
"@toruslabs/config": "^2.2.0",
"@toruslabs/eslint-config-typescript": "^3.3.3",
"@toruslabs/torus-scripts": "^6.1.2",
"@toruslabs/eslint-config-typescript": "^3.3.4",
"@toruslabs/torus-scripts": "^6.1.5",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.9",
"@types/node": "^20",
Expand All @@ -25,7 +25,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"engines": {
Expand All @@ -50,7 +50,7 @@
},
"name": "web3auth",
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^20.0.0",
"@nx/nx-linux-x64-gnu": "^20.0.3",
"@rollup/rollup-linux-x64-gnu": "^4.24.0"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/default-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@solana/wallet-standard-features": "^1.2.0",
"@solana/web3.js": "^1.95.3",
"@solana/web3.js": "^1.95.4",
"@wallet-standard/app": "^1.0.1",
"@wallet-standard/base": "^1.0.1",
"@wallet-standard/features": "^1.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/adapters/wallet-connect-v2-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@babel/runtime": "^7.x"
},
"dependencies": {
"@solana/web3.js": "^1.95.3",
"@solana/web3.js": "^1.95.4",
"@toruslabs/base-controllers": "^6.2.2",
"@walletconnect/sign-client": "^2.17.0",
"@walletconnect/types": "^2.17.0",
"@walletconnect/utils": "^2.17.0",
"@walletconnect/sign-client": "^2.17.1",
"@walletconnect/types": "^2.17.1",
"@walletconnect/utils": "^2.17.1",
"@web3auth/auth": "^9.4.1",
"@web3auth/base": "^9.2.3",
"@web3auth/base-provider": "^9.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@web3auth/auth": "^9.4.1",
"@web3auth/wallet-connect-v2-adapter": "^9.2.3",
"css-loader": "^7.1.2",
"postcss-prefix-selector": "^1.16.1",
"postcss-prefix-selector": "^2.1.0",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1"
},
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 @@ -37,7 +37,7 @@
"@web3auth/auth": "^9.4.1",
"@web3auth/base": "^9.2.3",
"@web3auth/no-modal": "^9.2.4",
"@web3auth/ws-embed": "^3.0.0",
"@web3auth/ws-embed": "^3.1.0",
"loglevel": "^1.9.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/providers/account-abstraction-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@web3auth/base": "^9.2.3",
"@web3auth/base-provider": "^9.2.3",
"@web3auth/ethereum-provider": "^9.2.3",
"ethers": "^6.13.3",
"permissionless": "^0.2.7",
"viem": "^2.21.19"
"ethers": "^6.13.4",
"permissionless": "^0.2.10",
"viem": "^2.21.32"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/ethereum-mpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@web3auth/base": "^9.2.3",
"@web3auth/base-provider": "^9.2.3",
"@web3auth/ethereum-provider": "^9.2.3",
"ethers": "^6.13.3"
"ethers": "^6.13.4"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"assert": "^2.1.0",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"ethers": "^6.13.3",
"ethers": "^6.13.4",
"jsonschema": "^1.4.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/json-rpc-random-id": "^1.0.3",
"@walletconnect/types": "^2.17.0"
"@walletconnect/types": "^2.17.1"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/solana-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"json-rpc-random-id": "^1.0.1"
},
"devDependencies": {
"@solana/web3.js": "^1.95.3",
"@solana/web3.js": "^1.95.4",
"@types/bn.js": "^5.1.6",
"@types/bs58": "^4.0.4",
"@types/json-rpc-random-id": "^1.0.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@toruslabs/eslint-config-react": "^3.4.3",
"@toruslabs/eslint-config-react": "^3.4.4",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/vue-components": "^7.8.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"live-server": "^1.2.2",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"postcss-prefix-selector": "^1.16.1",
"postcss-prefix-selector": "^2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"url-loader": "^4.1.1"
},
"dependencies": {
Expand All @@ -69,8 +69,8 @@
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"deepmerge": "^4.3.1",
"i18next": "^23.15.2",
"react-i18next": "^15.0.2",
"i18next": "^23.16.2",
"react-i18next": "^15.1.0",
"react-qrcode-logo": "^3.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit cf9892e

Please sign in to comment.