Skip to content

Commit

Permalink
Update deps to allow dapps to hide swap
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 29, 2024
1 parent 3b6f52f commit c18c649
Show file tree
Hide file tree
Showing 15 changed files with 3,910 additions and 773 deletions.
4,643 changes: 3,890 additions & 753 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 @@ -20,13 +20,13 @@
"lerna": "^8.1.9",
"lint-staged": "^15.2.10",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
"typescript": "~5.6.3"
},
"engines": {
"node": ">=18.x",
Expand All @@ -50,8 +50,8 @@
},
"name": "web3auth",
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^20.1.2",
"@rollup/rollup-linux-x64-gnu": "^4.27.3"
"@nx/nx-linux-x64-gnu": "^20.1.4",
"@rollup/rollup-linux-x64-gnu": "^4.27.4"
},
"private": true,
"repository": {
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": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/base": "^9.4.4"
},
"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": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/base": "^9.4.4",
"bs58": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/wallet-connect-v2-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@solana/web3.js": "^1.95.5",
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@walletconnect/sign-client": "^2.17.2",
"@walletconnect/types": "^2.17.2",
"@walletconnect/utils": "^2.17.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,8 +20,8 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/constants": "^14.1.1",
"@toruslabs/base-controllers": "^6.3.2",
"@toruslabs/constants": "^14.2.0",
"@toruslabs/http-helpers": "^7.0.0",
"@web3auth/auth": "^9.5.3",
"jwt-decode": "^4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dist"
],
"dependencies": {
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/base": "^9.4.4",
"@web3auth/wallet-services-plugin": "^9.4.4"
},
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 @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@toruslabs/ethereum-controllers": "^6.3.1"
"@toruslabs/ethereum-controllers": "^6.3.2"
},
"dependencies": {
"@web3auth/auth": "^9.5.3",
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 @@ -21,14 +21,14 @@
},
"dependencies": {
"@ethereumjs/util": "^9.1.0",
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.4.4",
"@web3auth/base-provider": "^9.4.4",
"@web3auth/ethereum-provider": "^9.4.4",
"ethers": "^6.13.4",
"permissionless": "^0.2.18",
"viem": "^2.21.49"
"permissionless": "^0.2.20",
"viem": "^2.21.52"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/base-provider/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": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.4.4",
"json-rpc-random-id": "^1.0.1"
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 @@ -21,7 +21,7 @@
},
"dependencies": {
"@ethereumjs/util": "^9.1.0",
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.4.4",
"@web3auth/base-provider": "^9.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@ethereumjs/util": "^9.1.0",
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/http-helpers": "^7.0.0",
"@web3auth/auth": "^9.5.3",
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 @@ -20,7 +20,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/xrpl-provider/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": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.4.4",
"@web3auth/base-provider": "^9.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"copy-to-clipboard": "^3.3.3",
"deepmerge": "^4.3.1",
"i18next": "^23.16.8",
"react-i18next": "^15.1.1",
"react-i18next": "^15.1.2",
"react-qrcode-logo": "^3.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit c18c649

Please sign in to comment.