Skip to content

Commit

Permalink
chore(deps): bump @perawallet/connect from 1.3.5 to 1.4.0
Browse files Browse the repository at this point in the history
Update `@perawallet/connect` dependency to version 1.4.0 across all packages
and examples to ensure compatibility with `algosdk` v3.0.0
  • Loading branch information
drichar committed Jan 8, 2025
1 parent cd914bf commit dac46a2
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@blockshake/defly-connect": "^1.2.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@txnlab/use-wallet-react": "workspace:*",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
"@blockshake/defly-connect": "^1.2.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@txnlab/use-wallet": "workspace:*",
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.7.0",
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 @@ -11,7 +11,7 @@
"dependencies": {
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
"@blockshake/defly-connect": "^1.2.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@txnlab/use-wallet-react": "workspace:*",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
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 @@ -12,7 +12,7 @@
"dependencies": {
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
"@blockshake/defly-connect": "^1.2.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@txnlab/use-wallet-solid": "workspace:*",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
"@blockshake/defly-connect": "^1.2.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@txnlab/use-wallet": "workspace:*",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
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 @@ -11,7 +11,7 @@
"dependencies": {
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
"@blockshake/defly-connect": "^1.2.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@magic-ext/algorand": "^23.18.0",
"@perawallet/connect-beta": "^2.0.21",
"@walletconnect/modal": "^2.7.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@walletconnect/sign-client": "^2.17.2",
"algosdk": "^3.0.0",
"lute-connect": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"peerDependencies": {
"@blockshake/defly-connect": "^1.2.0",
"@magic-ext/algorand": "^23.18.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@perawallet/connect-beta": "^2.0.21",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {
"@blockshake/defly-connect": "^1.2.0",
"@magic-ext/algorand": "^23.18.0",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@perawallet/connect-beta": "^2.0.21",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@blockshake/defly-connect": "1.2.0",
"@magic-ext/algorand": "23.18.0",
"@magic-sdk/provider": "28.18.0",
"@perawallet/connect": "1.3.5",
"@perawallet/connect": "1.4.0",
"@perawallet/connect-beta": "2.0.21",
"@types/node": "20.11.30",
"@walletconnect/modal": "2.7.0",
Expand All @@ -62,7 +62,7 @@
"@agoralabs-sh/avm-web-provider": "^1.7.0",
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.3.5",
"@perawallet/connect": "^1.4.0",
"@perawallet/connect-beta": "^2.0.21",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

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

0 comments on commit dac46a2

Please sign in to comment.