Skip to content

Commit

Permalink
chore(deps): update dependency algosdk to v2.9.0 (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent da5a834 commit ba954e9
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 75 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.10.2",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"next": "14.1.0",
"react": "^18",
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.10.2",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"nuxt": "^3.10.2",
"vue": "^3.4.19",
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.10.2",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^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 @@ -15,7 +15,7 @@
"@txnlab/use-wallet-solid": "workspace:*",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"solid-js": "^1.8.11"
},
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.10.2",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0"
}
}
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.10.2",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"vue": "^3.3.11"
},
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 @@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/react": "18.2.70",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"jsdom": "24.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
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 @@ -66,7 +66,7 @@
},
"devDependencies": {
"@solidjs/testing-library": "0.8.7",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"solid-js": "1.8.16",
"tsup": "8.0.2",
"tsup-preset-solid": "2.2.0",
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 @@ -42,7 +42,7 @@
"@txnlab/use-wallet": "workspace:*"
},
"devDependencies": {
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"tsup": "8.0.2",
"typescript": "5.4.3",
"vue": "3.4.21"
Expand Down
2 changes: 1 addition & 1 deletion 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.11.3",
"@walletconnect/types": "2.11.3",
"algosdk": "2.8.0",
"algosdk": "2.9.0",
"lute-connect": "1.3.0",
"magic-sdk": "28.0.3",
"tsup": "8.0.2",
Expand Down
Loading

0 comments on commit ba954e9

Please sign in to comment.