Skip to content

Commit

Permalink
chore: update monorepo deps to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Sep 9, 2024
1 parent ff38a6a commit 9fb4ac2
Show file tree
Hide file tree
Showing 8 changed files with 194 additions and 58 deletions.
4 changes: 2 additions & 2 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@tanstack/react-query": "5.24.8",
"@wagmi/connectors": "5.1.5",
"@wagmi/core": "2.13.4",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/utils": "2.15.2",
"@walletconnect/ethereum-provider": "2.16.1",
"@walletconnect/utils": "2.16.1",
"@web3modal/base": "workspace:*",
"@web3modal/ethers": "workspace:*",
"@web3modal/ethers5": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}
},
"dependencies": {
"@walletconnect/utils": "2.15.2",
"@walletconnect/utils": "2.16.1",
"@web3modal/common": "workspace:*",
"@web3modal/core": "workspace:*",
"@web3modal/polyfills": "workspace:*",
Expand Down Expand Up @@ -115,9 +115,9 @@
"@wallet-standard/base": "1.0.1",
"@wallet-standard/features": "1.0.3",
"@wallet-standard/wallet": "1.0.1",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/ethereum-provider": "2.16.1",
"@walletconnect/types": "2.13.3",
"@walletconnect/universal-provider": "2.15.2",
"@walletconnect/universal-provider": "2.16.1",
"ethers": "6.13.0",
"ethers5": "npm:[email protected]",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "4.0.3",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/utils": "2.15.2",
"@walletconnect/ethereum-provider": "2.16.1",
"@walletconnect/utils": "2.16.1",
"@web3modal/base": "workspace:*",
"@web3modal/common": "workspace:*",
"@web3modal/wallet": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "4.0.3",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/utils": "2.15.2",
"@walletconnect/ethereum-provider": "2.16.1",
"@walletconnect/utils": "2.16.1",
"@web3modal/base": "workspace:*",
"@web3modal/common": "workspace:*",
"@web3modal/wallet": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/siwe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@walletconnect/utils": "2.15.2",
"@walletconnect/utils": "2.16.1",
"@web3modal/core": "workspace:*",
"@web3modal/ui": "workspace:*",
"@web3modal/common": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@wallet-standard/base": "1.0.1",
"@wallet-standard/features": "1.0.3",
"@wallet-standard/wallet": "1.0.1",
"@walletconnect/universal-provider": "2.15.2",
"@walletconnect/universal-provider": "2.16.1",
"@web3modal/base": "workspace:*",
"@web3modal/common": "workspace:*",
"@web3modal/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"test": "vitest run --dir tests"
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/utils": "2.15.2",
"@walletconnect/ethereum-provider": "2.16.1",
"@walletconnect/utils": "2.16.1",
"@web3modal/polyfills": "workspace:*",
"@web3modal/base": "workspace:*",
"@web3modal/wallet": "workspace:*",
Expand Down
Loading

0 comments on commit 9fb4ac2

Please sign in to comment.