diff --git a/examples/generators/production_python_smart_contract_typescript/package.json b/examples/generators/production_python_smart_contract_typescript/package.json index a581058..f7d024f 100644 --- a/examples/generators/production_python_smart_contract_typescript/package.json +++ b/examples/generators/production_python_smart_contract_typescript/package.json @@ -14,12 +14,12 @@ "npm": ">=9.0" }, "dependencies": { - "@algorandfoundation/algokit-utils": "7.0.0-beta.15", - "@algorandfoundation/algokit-utils-debug": "v1.0.2-beta.3", + "@algorandfoundation/algokit-utils": "7.0.0-beta.22", + "@algorandfoundation/algokit-utils-debug": "v1.0.2-beta.5", "algosdk": "^2.7.0" }, "devDependencies": { - "@algorandfoundation/algokit-client-generator": "v4.0.0-beta.5", + "@algorandfoundation/algokit-client-generator": "v4.0.0-beta.8", "@types/jest": "^29.5.11", "dotenv": "^16.0.3", "prettier": "^2.8.4", diff --git a/examples/generators/starter_python_smart_contract_typescript/package.json b/examples/generators/starter_python_smart_contract_typescript/package.json index 2d9e1d5..a41043a 100644 --- a/examples/generators/starter_python_smart_contract_typescript/package.json +++ b/examples/generators/starter_python_smart_contract_typescript/package.json @@ -13,12 +13,12 @@ "npm": ">=9.0" }, "dependencies": { - "@algorandfoundation/algokit-utils": "7.0.0-beta.15", - "@algorandfoundation/algokit-utils-debug": "v1.0.2-beta.3", + "@algorandfoundation/algokit-utils": "7.0.0-beta.22", + "@algorandfoundation/algokit-utils-debug": "v1.0.2-beta.5", "algosdk": "^2.7.0" }, "devDependencies": { - "@algorandfoundation/algokit-client-generator": "v4.0.0-beta.5", + "@algorandfoundation/algokit-client-generator": "v4.0.0-beta.8", "dotenv": "^16.0.3", "prettier": "^2.8.4", "ts-node-dev": "^2.0.0", diff --git a/template_content/{% if deployment_language == 'typescript' or use_typescript_jest %}package.json{% endif %}.jinja b/template_content/{% if deployment_language == 'typescript' or use_typescript_jest %}package.json{% endif %}.jinja index 53fc493..9268ff5 100644 --- a/template_content/{% if deployment_language == 'typescript' or use_typescript_jest %}package.json{% endif %}.jinja +++ b/template_content/{% if deployment_language == 'typescript' or use_typescript_jest %}package.json{% endif %}.jinja @@ -16,12 +16,12 @@ "npm": ">=9.0" }, "dependencies": { - "@algorandfoundation/algokit-utils": "7.0.0-beta.15", - "@algorandfoundation/algokit-utils-debug": "v1.0.2-beta.3", + "@algorandfoundation/algokit-utils": "7.0.0-beta.22", + "@algorandfoundation/algokit-utils-debug": "v1.0.2-beta.5", "algosdk": "^2.7.0" }, "devDependencies": { - "@algorandfoundation/algokit-client-generator": "v4.0.0-beta.5", + "@algorandfoundation/algokit-client-generator": "v4.0.0-beta.8", {%- if use_typescript_jest %} "@types/jest": "^29.5.11", {%- endif %}