Skip to content

Commit adf9574

Browse files
chore(deps): update dependency algosdk to v3.5.2 (#406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc70097 commit adf9574

File tree

13 files changed

+72
-70
lines changed

13 files changed

+72
-70
lines changed

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@web3auth/base-provider": "^9.6.0",
2020
"@web3auth/modal": "^9.6.0",
2121
"@web3auth/single-factor-auth": "^9.4.0",
22-
"algosdk": "3.4.0",
22+
"algosdk": "3.5.2",
2323
"canonify": "2.1.1",
2424
"lute-connect": "^1.6.2",
2525
"next": "14.2.31",

examples/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@web3auth/base-provider": "^9.6.0",
2424
"@web3auth/modal": "^9.6.0",
2525
"@web3auth/single-factor-auth": "^9.4.0",
26-
"algosdk": "3.4.0",
26+
"algosdk": "3.5.2",
2727
"buffer": "^6.0.3",
2828
"canonify": "2.1.1",
2929
"process": "^0.11.10",

examples/react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@web3auth/base-provider": "^9.6.0",
2121
"@web3auth/modal": "^9.6.0",
2222
"@web3auth/single-factor-auth": "^9.4.0",
23-
"algosdk": "3.4.0",
23+
"algosdk": "3.5.2",
2424
"canonify": "2.1.1",
2525
"lute-connect": "^1.6.2",
2626
"react": "18.3.1",

examples/solid-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@web3auth/base-provider": "^9.6.0",
2222
"@web3auth/modal": "^9.6.0",
2323
"@web3auth/single-factor-auth": "^9.4.0",
24-
"algosdk": "3.4.0",
24+
"algosdk": "3.5.2",
2525
"canonify": "2.1.1",
2626
"lute-connect": "^1.6.2",
2727
"solid-js": "1.9.9",

examples/svelte-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@web3auth/base-provider": "^9.6.0",
2626
"@web3auth/modal": "^9.6.0",
2727
"@web3auth/single-factor-auth": "^9.4.0",
28-
"algosdk": "3.4.0",
28+
"algosdk": "3.5.2",
2929
"canonify": "2.1.1",
3030
"lute-connect": "^1.6.2",
3131
"svelte": "5.38.1",

examples/vanilla-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@web3auth/base-provider": "^9.6.0",
2727
"@web3auth/modal": "^9.6.0",
2828
"@web3auth/single-factor-auth": "^9.4.0",
29-
"algosdk": "3.4.0",
29+
"algosdk": "3.5.2",
3030
"canonify": "2.1.1",
3131
"lute-connect": "^1.6.2",
3232
"tweetnacl": "^1.0.3"

examples/vue-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@web3auth/base-provider": "^9.6.0",
2121
"@web3auth/modal": "^9.6.0",
2222
"@web3auth/single-factor-auth": "^9.4.0",
23-
"algosdk": "3.4.0",
23+
"algosdk": "3.5.2",
2424
"canonify": "2.1.1",
2525
"lute-connect": "^1.6.2",
2626
"tweetnacl": "^1.0.3",

packages/use-wallet-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@types/react": "18.3.23",
46-
"algosdk": "3.4.0",
46+
"algosdk": "3.5.2",
4747
"jsdom": "26.1.0",
4848
"react": "18.3.1",
4949
"react-dom": "18.3.1",

packages/use-wallet-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@solidjs/testing-library": "0.8.10",
69-
"algosdk": "3.4.0",
69+
"algosdk": "3.5.2",
7070
"solid-js": "1.9.9",
7171
"tsup": "8.5.0",
7272
"tsup-preset-solid": "2.2.0",

packages/use-wallet-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@testing-library/svelte": "5.2.8",
46-
"algosdk": "3.4.0",
46+
"algosdk": "3.5.2",
4747
"svelte": "5.38.1",
4848
"tsup": "8.5.0",
4949
"typescript": "5.8.3"

0 commit comments

Comments
 (0)