Skip to content

Commit

Permalink
chore(deps): update wallet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2024
1 parent 1dd8f53 commit 9f18346
Show file tree
Hide file tree
Showing 11 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet-react": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"next": "14.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@txnlab/use-wallet": "workspace:*",
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"nuxt": "3.13.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet-react": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet-solid": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"solid-js": "^1.8.11"
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@walletconnect/types": "2.15.2",
"@walletconnect/types": "2.15.3",
"typescript": "5.5.4",
"vite": "5.4.2"
},
Expand All @@ -18,7 +18,7 @@
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"vue": "3.5.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@magic-ext/algorand": "^23.5.0",
"@magic-ext/algorand": "^23.6.0",
"@perawallet/connect-beta": "^2.0.14",
"@walletconnect/modal": "^2.6.2",
"@perawallet/connect": "^1.3.4",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.3.0",
"magic-sdk": "^28.5.0",
"magic-sdk": "^28.6.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@magic-ext/algorand": "^23.5.0",
"@magic-ext/algorand": "^23.6.0",
"@perawallet/connect": "^1.3.4",
"@perawallet/connect-beta": "^2.0.14",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.3.0",
"magic-sdk": "^28.5.0"
"magic-sdk": "^28.6.0"
},
"peerDependenciesMeta": {
"@blockshake/defly-connect": {
Expand Down
6 changes: 3 additions & 3 deletions packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@magic-ext/algorand": "^23.5.0",
"@magic-ext/algorand": "^23.6.0",
"@perawallet/connect": "^1.3.4",
"@perawallet/connect-beta": "^2.0.14",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.3.0",
"magic-sdk": "^28.5.0",
"magic-sdk": "^28.6.0",
"vue": "^3.0.0"
},
"peerDependenciesMeta": {
Expand Down
12 changes: 6 additions & 6 deletions packages/use-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"devDependencies": {
"@agoralabs-sh/avm-web-provider": "1.6.2",
"@blockshake/defly-connect": "1.1.6",
"@magic-ext/algorand": "23.5.0",
"@magic-sdk/provider": "28.5.0",
"@magic-ext/algorand": "23.6.0",
"@magic-sdk/provider": "28.6.0",
"@perawallet/connect": "1.3.4",
"@perawallet/connect-beta": "2.0.14",
"@types/node": "20.11.30",
"@walletconnect/modal": "2.6.2",
"@walletconnect/modal-core": "2.6.2",
"@walletconnect/sign-client": "2.15.2",
"@walletconnect/types": "2.15.2",
"@walletconnect/sign-client": "2.15.3",
"@walletconnect/types": "2.15.3",
"algosdk": "2.9.0",
"lute-connect": "1.3.0",
"magic-sdk": "28.5.0",
"magic-sdk": "28.6.0",
"tsup": "8.2.4",
"typescript": "5.5.4"
},
Expand All @@ -63,7 +63,7 @@
"@perawallet/connect": "^1.3.4",
"@perawallet/connect-beta": "^2.0.14",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.15.2",
"@walletconnect/sign-client": "^2.15.3",
"algosdk": "^2.7.0",
"lute-connect": "^1.3.0"
},
Expand Down
Loading

0 comments on commit 9f18346

Please sign in to comment.