Skip to content

Commit

Permalink
Update controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 3, 2023
1 parent bbbd475 commit 60fd8bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.1.0",
"@toruslabs/base-controllers": "^4.6.0",
"@toruslabs/base-controllers": "^4.7.0",
"@toruslabs/openlogin-jrpc": "^6.0.0",
"@web3auth/base": "^7.1.0",
"json-rpc-random-id": "^1.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@ethereumjs/common": "^4.0.0",
"@ethereumjs/tx": "^5.0.0",
"@ethereumjs/util": "^9.0.0",
"@ethereumjs/common": "^4.1.0",
"@ethereumjs/tx": "^5.1.0",
"@ethereumjs/util": "^9.0.1",
"@metamask/eth-sig-util": "^7.0.0",
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^4.6.0",
"@toruslabs/base-controllers": "^4.7.0",
"@toruslabs/http-helpers": "^5.0.0",
"@toruslabs/openlogin-jrpc": "^6.0.0",
"@walletconnect/utils": "^2.10.4",
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 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^4.6.0",
"@toruslabs/base-controllers": "^4.7.0",
"@toruslabs/openlogin-ed25519": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.0.0",
"@toruslabs/tweetnacl-js": "^1.0.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 @@
},
"dependencies": {
"@metamask/rpc-errors": "^6.1.0",
"@toruslabs/base-controllers": "^4.6.0",
"@toruslabs/base-controllers": "^4.7.0",
"@toruslabs/openlogin-jrpc": "^6.0.0",
"@web3auth/base": "^7.1.0",
"@web3auth/base-provider": "^7.1.0",
Expand Down

0 comments on commit 60fd8bc

Please sign in to comment.