Skip to content

Commit 5e923b7

Browse files
authored
Merge pull request #34 from algorandfoundation/feat/bump_algokit_utils
feat: bump algokit utils major version
2 parents f024bc9 + e093ac9 commit 5e923b7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/production/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@algorandfoundation/algorand-typescript": "^1.0.0-beta.25"
2424
},
2525
"devDependencies": {
26-
"@algorandfoundation/algokit-client-generator": "^4.0.9",
27-
"@algorandfoundation/algokit-utils": "^8.2.2",
28-
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
26+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
27+
"@algorandfoundation/algokit-utils": "^9.0.0",
28+
"@algorandfoundation/algokit-utils-debug": "^1.0.4",
2929
"@algorandfoundation/puya-ts": "^1.0.0-beta.50",
3030
"@rollup/plugin-typescript": "^12.1.2",
3131
"@tsconfig/node22": "^22.0.0",

examples/starter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@algorandfoundation/algorand-typescript": "^1.0.0-beta.25"
1818
},
1919
"devDependencies": {
20-
"@algorandfoundation/algokit-client-generator": "^4.0.9",
21-
"@algorandfoundation/algokit-utils": "^8.2.2",
22-
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
20+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
21+
"@algorandfoundation/algokit-utils": "^9.0.0",
22+
"@algorandfoundation/algokit-utils-debug": "^1.0.4",
2323
"@algorandfoundation/puya-ts": "^1.0.0-beta.50",
2424
"@rollup/plugin-typescript": "^12.1.2",
2525
"@tsconfig/node22": "^22.0.0",

template_content/package.json.jinja

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@algorandfoundation/algorand-typescript": "^1.0.0-beta.25"
3232
},
3333
"devDependencies": {
34-
"@algorandfoundation/algokit-client-generator": "^4.0.9",
35-
"@algorandfoundation/algokit-utils": "^8.2.2",
36-
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
34+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
35+
"@algorandfoundation/algokit-utils": "^9.0.0",
36+
"@algorandfoundation/algokit-utils-debug": "^1.0.4",
3737
"@algorandfoundation/puya-ts": "^1.0.0-beta.50",
3838
"@rollup/plugin-typescript": "^12.1.2",
3939
"@tsconfig/node22": "^22.0.0",

0 commit comments

Comments
 (0)