Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 7, 2024
1 parent 214f256 commit ace3c58
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 69 deletions.
109 changes: 56 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@toruslabs/config": "^2.0.2",
"@toruslabs/eslint-config-typescript": "^3.2.0",
"@toruslabs/torus-scripts": "^5.3.1",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^5.1.0",
Expand All @@ -52,8 +52,8 @@
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^18.3.4",
"@rollup/rollup-linux-x64-gnu": "^4.17.1"
"@nx/nx-linux-x64-gnu": "^19.0.0",
"@rollup/rollup-linux-x64-gnu": "^4.17.2"
},
"repository": {
"type": "git",
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 @@ -19,7 +19,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/base-controllers": "^5.6.0",
"@web3auth/base": "^8.4.0"
},
"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 @@ -19,7 +19,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/base-controllers": "^5.6.0",
"@web3auth/base": "^8.4.0",
"bs58": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solflare-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"bn.js": "^5.2.1"
},
"devDependencies": {
"@solana/web3.js": "^1.91.7",
"@solana/web3.js": "^1.91.8",
"@solflare-wallet/sdk": "^1.4.2"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/constants": "^13.3.0",
"@toruslabs/constants": "^13.4.0",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
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 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.4.0",
"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 @@ -22,9 +22,9 @@
"@ethereumjs/common": "^4.3.0",
"@ethereumjs/tx": "^5.3.0",
"@ethereumjs/util": "^9.0.3",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/eth-sig-util": "^7.0.2",
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.4.0",
"@web3auth/base-provider": "^8.4.0",
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 @@ -22,9 +22,9 @@
"@ethereumjs/common": "^4.3.0",
"@ethereumjs/tx": "^5.3.0",
"@ethereumjs/util": "^9.0.3",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/eth-sig-util": "^7.0.2",
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/base-controllers": "^5.6.0",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@walletconnect/utils": "^2.12.2",
Expand Down
Loading

0 comments on commit ace3c58

Please sign in to comment.