Skip to content

Commit

Permalink
chore(deps): update dependency algosdk to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 265a434 commit 1d9500c
Show file tree
Hide file tree
Showing 11 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@txnlab/use-wallet-react": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"lute-connect": "^1.4.1",
"next": "14.2.13",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"lute-connect": "^1.4.1",
"nuxt": "3.13.2",
"vue": "3.5.10",
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 @@ -14,7 +14,7 @@
"@txnlab/use-wallet-react": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"lute-connect": "^1.4.1",
"react": "18.3.1",
"react-dom": "18.3.1"
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 @@ -15,7 +15,7 @@
"@txnlab/use-wallet-solid": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"lute-connect": "^1.4.1",
"solid-js": "1.9.1"
},
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 @@ -19,7 +19,7 @@
"@txnlab/use-wallet": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"lute-connect": "^1.4.1"
}
}
2 changes: 1 addition & 1 deletion examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"lute-connect": "^1.4.1",
"vue": "3.5.10"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/react": "18.3.10",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"jsdom": "25.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -57,7 +57,7 @@
"@walletconnect/modal": "^2.6.2",
"@perawallet/connect": "^1.3.4",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "^2.7.0",
"algosdk": "^2.7.0 || ^3.0.0",
"lute-connect": "^1.4.1",
"magic-sdk": "^28.6.0",
"react": "^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@solidjs/testing-library": "0.8.10",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"solid-js": "1.9.1",
"tsup": "8.3.0",
"tsup-preset-solid": "2.2.0",
Expand All @@ -79,7 +79,7 @@
"@perawallet/connect-beta": "^2.0.14",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "^2.7.0",
"algosdk": "^2.7.0 || ^3.0.0",
"lute-connect": "^1.4.1",
"magic-sdk": "^28.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@txnlab/use-wallet": "workspace:*"
},
"devDependencies": {
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vue": "3.5.10"
Expand All @@ -54,7 +54,7 @@
"@perawallet/connect-beta": "^2.0.14",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "^2.7.0",
"algosdk": "^2.7.0 || ^3.0.0",
"lute-connect": "^1.4.1",
"magic-sdk": "^28.6.0",
"vue": "^3.0.0"
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 @@ -51,7 +51,7 @@
"@walletconnect/modal-core": "2.6.2",
"@walletconnect/sign-client": "2.16.1",
"@walletconnect/types": "2.16.1",
"algosdk": "2.9.0",
"algosdk": "3.0.0",
"lute-connect": "1.4.1",
"magic-sdk": "28.6.0",
"tsup": "8.3.0",
Expand All @@ -64,7 +64,7 @@
"@perawallet/connect-beta": "^2.0.14",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "^2.7.0",
"algosdk": "^2.7.0 || ^3.0.0",
"lute-connect": "^1.4.1"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 1d9500c

Please sign in to comment.