Skip to content

Commit f001b87

Browse files
authored
Merge pull request #46 from algorandfoundation/feat/bump_algokit_utils
feat: bump algokit utils version
2 parents 4447df8 + 31db60d commit f001b87

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

examples/cloud_provider/production_react_netlify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npm": ">=9.0"
1313
},
1414
"devDependencies": {
15-
"@algorandfoundation/algokit-client-generator": "^4.0.6",
15+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
1616
"@types/node": "^18.17.14",
1717
"@types/react": "^18.2.11",
1818
"@types/react-dom": "^18.2.4",
@@ -35,7 +35,7 @@
3535
"vite-plugin-node-polyfills": "^0.22.0"
3636
},
3737
"dependencies": {
38-
"@algorandfoundation/algokit-utils": "^8.1.0",
38+
"@algorandfoundation/algokit-utils": "^9.0.0",
3939
"@blockshake/defly-connect": "^1.2.1",
4040
"@perawallet/connect": "^1.4.1",
4141
"@txnlab/use-wallet": "^4.0.0",

examples/cloud_provider/production_react_vercel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npm": ">=9.0"
1313
},
1414
"devDependencies": {
15-
"@algorandfoundation/algokit-client-generator": "^4.0.6",
15+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
1616
"@types/node": "^18.17.14",
1717
"@types/react": "^18.2.11",
1818
"@types/react-dom": "^18.2.4",
@@ -35,7 +35,7 @@
3535
"vite-plugin-node-polyfills": "^0.22.0"
3636
},
3737
"dependencies": {
38-
"@algorandfoundation/algokit-utils": "^8.1.0",
38+
"@algorandfoundation/algokit-utils": "^9.0.0",
3939
"@blockshake/defly-connect": "^1.2.1",
4040
"@perawallet/connect": "^1.4.1",
4141
"@txnlab/use-wallet": "^4.0.0",

examples/production_react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npm": ">=9.0"
1313
},
1414
"devDependencies": {
15-
"@algorandfoundation/algokit-client-generator": "^4.0.6",
15+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
1616
"@types/node": "^18.17.14",
1717
"@types/react": "^18.2.11",
1818
"@types/react-dom": "^18.2.4",
@@ -35,7 +35,7 @@
3535
"vite-plugin-node-polyfills": "^0.22.0"
3636
},
3737
"dependencies": {
38-
"@algorandfoundation/algokit-utils": "^8.1.0",
38+
"@algorandfoundation/algokit-utils": "^9.0.0",
3939
"@blockshake/defly-connect": "^1.2.1",
4040
"@perawallet/connect": "^1.4.1",
4141
"@txnlab/use-wallet": "^4.0.0",

examples/starter_react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npm": ">=9.0"
1313
},
1414
"devDependencies": {
15-
"@algorandfoundation/algokit-client-generator": "^4.0.6",
15+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
1616
"@types/node": "^18.17.14",
1717
"@types/react": "^18.2.11",
1818
"@types/react-dom": "^18.2.4",
@@ -24,7 +24,7 @@
2424
"vite-plugin-node-polyfills": "^0.22.0"
2525
},
2626
"dependencies": {
27-
"@algorandfoundation/algokit-utils": "^8.1.0",
27+
"@algorandfoundation/algokit-utils": "^9.0.0",
2828
"@blockshake/defly-connect": "^1.2.1",
2929
"@perawallet/connect": "^1.4.1",
3030
"@txnlab/use-wallet": "^4.0.0",

template_content/package.json.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"npm": ">=9.0"
1313
},
1414
"devDependencies": {
15-
"@algorandfoundation/algokit-client-generator": "^4.0.6",
15+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
1616
"@types/node": "^18.17.14",
1717
"@types/react": "^18.2.11",
1818
"@types/react-dom": "^18.2.4",
@@ -43,7 +43,7 @@
4343
"vite-plugin-node-polyfills": "^0.22.0"
4444
},
4545
"dependencies": {
46-
"@algorandfoundation/algokit-utils": "^8.1.0",
46+
"@algorandfoundation/algokit-utils": "^9.0.0",
4747
"@blockshake/defly-connect": "^1.2.1",
4848
"@perawallet/connect": "^1.4.1",
4949
"@txnlab/use-wallet": "^4.0.0",

0 commit comments

Comments
 (0)