Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 7, 2023
1 parent e4e9c5d commit 8eebe47
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 54 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/adapters/openlogin-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@solana/web3.js": "^1.x"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.8"
"@types/lodash.merge": "^4.6.9"
},
"dependencies": {
"@toruslabs/openlogin": "^6.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 @@ -45,7 +45,7 @@
"bn.js": "^5.2.1"
},
"devDependencies": {
"@solana/web3.js": "^1.87.3",
"@solana/web3.js": "^1.87.5",
"@solflare-wallet/sdk": "^1.3.2"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/torus-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/runtime": "^7.x"
},
"dependencies": {
"@toruslabs/torus-embed": "^4.0.4",
"@toruslabs/torus-embed": "^4.0.7",
"@web3auth/base": "^7.1.0",
"@web3auth/base-evm-adapter": "^7.1.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 @@ -44,7 +44,7 @@
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.8",
"@types/lodash.merge": "^4.6.9",
"@walletconnect/sign-client": "^2.10.4",
"@walletconnect/types": "^2.10.4",
"@walletconnect/utils": "^2.10.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@metamask/rpc-errors": "^6.1.0"
},
"dependencies": {
"@toruslabs/torus-embed": "^4.0.4",
"@toruslabs/torus-embed": "^4.0.7",
"@web3auth/base": "^7.1.0",
"@web3auth/base-plugin": "^7.1.0",
"@web3auth/no-modal": "^7.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 @@ -26,7 +26,7 @@
"json-rpc-random-id": "^1.0.1"
},
"devDependencies": {
"@types/json-rpc-random-id": "^1.0.2"
"@types/json-rpc-random-id": "^1.0.3"
},
"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 @@ -36,8 +36,8 @@
"jsonschema": "^1.4.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.4",
"@types/json-rpc-random-id": "^1.0.2",
"@types/bn.js": "^5.1.5",
"@types/json-rpc-random-id": "^1.0.3",
"@walletconnect/types": "^2.10.4"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/providers/solana-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"json-rpc-random-id": "^1.0.1"
},
"devDependencies": {
"@solana/web3.js": "^1.87.3",
"@solana/web3.js": "^1.87.5",
"@solflare-wallet/sdk": "^1.3.2",
"@types/bn.js": "^5.1.4",
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.3",
"@types/json-rpc-random-id": "^1.0.2"
"@types/json-rpc-random-id": "^1.0.3"
},
"files": [
"dist",
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 @@ -28,7 +28,7 @@
"ripple-keypairs": "^1.3.1"
},
"devDependencies": {
"@types/elliptic": "6.4.16",
"@types/elliptic": "6.4.17",
"xrpl": "^2.13.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@svgr/webpack": "^8.1.0",
"@toruslabs/eslint-config-react": "^3.1.2",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@types/lodash.clonedeep": "^4.5.8",
"@types/lodash.merge": "^4.6.8",
"@types/react": "^18.2.34",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
Expand Down

0 comments on commit 8eebe47

Please sign in to comment.