Skip to content

Commit e935829

Browse files
authored
chore: update dep versions (#20)
1 parent eb5268c commit e935829

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

examples/production/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project has been generated using AlgoKit. See below for default getting sta
99
- [Nodejs 20](https://nodejs.org/en/download) or later
1010
- [AlgoKit CLI 2.5](https://github.com/algorandfoundation/algokit-cli?tab=readme-ov-file#install) or later
1111
- [Docker](https://www.docker.com/) (only required for LocalNet)
12-
- [Puya Compiler 4.1.1](https://pypi.org/project/puyapy/) or later
12+
- [Puya Compiler 4.4.2](https://pypi.org/project/puyapy/) or later
1313

1414
> For interactive tour over the codebase, download [vsls-contrib.codetour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) extension for VS Code, then open the [`.codetour.json`](./.tours/getting-started-with-your-algokit-project.tour) file in code tour extension.
1515
@@ -25,7 +25,7 @@ Ensure the following pre-requisites are installed and properly configured:
2525

2626
- **Docker**: Required for running a local Algorand network.
2727
- **AlgoKit CLI**: Essential for project setup and operations. Verify installation with `algokit --version`, expecting `2.5.0` or later.
28-
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.1.1` or later.
28+
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.4.2` or later.
2929

3030
#### 3. Bootstrap Your Local Environment
3131

examples/production/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"devDependencies": {
2626
"@algorandfoundation/algokit-client-generator": "^4.0.8",
27-
"@algorandfoundation/algokit-utils": "^8.2.0",
27+
"@algorandfoundation/algokit-utils": "^8.2.1",
2828
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
29-
"@algorandfoundation/puya-ts": "^1.0.0-beta.27",
29+
"@algorandfoundation/puya-ts": "^1.0.0-beta.30",
3030
"@rollup/plugin-typescript": "^12.1.2",
3131
"@tsconfig/node20": "^20.1.4",
3232
"algosdk": "^3.0.0",
@@ -37,7 +37,7 @@
3737
"typescript-eslint": "^8.19.1",
3838
"prettier": "^3.4.2",
3939
"ts-node-dev": "^2.0.0",
40-
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.24",
40+
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.25",
4141
"vitest": "^2.1.8",
4242
"@vitest/coverage-v8": "^2.1.8",
4343
"typescript": "^5.7.3"

examples/starter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project has been generated using AlgoKit. See below for default getting sta
99
- [Nodejs 20](https://nodejs.org/en/download) or later
1010
- [AlgoKit CLI 2.5](https://github.com/algorandfoundation/algokit-cli?tab=readme-ov-file#install) or later
1111
- [Docker](https://www.docker.com/) (only required for LocalNet)
12-
- [Puya Compiler 4.1.1](https://pypi.org/project/puyapy/) or later
12+
- [Puya Compiler 4.4.2](https://pypi.org/project/puyapy/) or later
1313

1414
> For interactive tour over the codebase, download [vsls-contrib.codetour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) extension for VS Code, then open the [`.codetour.json`](./.tours/getting-started-with-your-algokit-project.tour) file in code tour extension.
1515
@@ -23,7 +23,7 @@ Ensure the following pre-requisites are installed and properly configured:
2323

2424
- **Docker**: Required for running a local Algorand network.
2525
- **AlgoKit CLI**: Essential for project setup and operations. Verify installation with `algokit --version`, expecting `2.5.0` or later.
26-
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.1.1` or later.
26+
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.4.2` or later.
2727

2828
#### 3. Bootstrap Your Local Environment
2929
Run the following commands within the project folder:

examples/starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"devDependencies": {
2020
"@algorandfoundation/algokit-client-generator": "^4.0.8",
21-
"@algorandfoundation/algokit-utils": "^8.2.0",
21+
"@algorandfoundation/algokit-utils": "^8.2.1",
2222
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
23-
"@algorandfoundation/puya-ts": "^1.0.0-beta.27",
23+
"@algorandfoundation/puya-ts": "^1.0.0-beta.30",
2424
"@rollup/plugin-typescript": "^12.1.2",
2525
"@tsconfig/node20": "^20.1.4",
2626
"algosdk": "^3.0.0",

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mypy = "^1.1.1"
2020
pre-commit = "^3.2.1"
2121
types-pyyaml = "^6.0.12.9"
2222
pytest-xdist = "^3.3.1"
23-
puyapy = "^4.1.1"
23+
puyapy = "^4.4.2"
2424

2525
[build-system]
2626
requires = ["poetry-core"]

template_content/README.md.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project has been generated using AlgoKit. See below for default getting sta
99
- [Nodejs 20](https://nodejs.org/en/download) or later
1010
- [AlgoKit CLI 2.5](https://github.com/algorandfoundation/algokit-cli?tab=readme-ov-file#install) or later
1111
- [Docker](https://www.docker.com/) (only required for LocalNet)
12-
- [Puya Compiler 4.1.1](https://pypi.org/project/puyapy/) or later
12+
- [Puya Compiler 4.4.2](https://pypi.org/project/puyapy/) or later
1313

1414
> For interactive tour over the codebase, download [vsls-contrib.codetour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) extension for VS Code, then open the [`.codetour.json`](./.tours/getting-started-with-your-algokit-project.tour) file in code tour extension.
1515

@@ -23,7 +23,7 @@ Ensure the following pre-requisites are installed and properly configured:
2323

2424
- **Docker**: Required for running a local Algorand network.
2525
- **AlgoKit CLI**: Essential for project setup and operations. Verify installation with `algokit --version`, expecting `2.5.0` or later.
26-
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.1.1` or later.
26+
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.4.2` or later.
2727

2828
#### 3. Bootstrap Your Local Environment
2929
Run the following commands within the project folder:

template_content/package.json.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"devDependencies": {
3434
"@algorandfoundation/algokit-client-generator": "^4.0.8",
35-
"@algorandfoundation/algokit-utils": "^8.2.0",
35+
"@algorandfoundation/algokit-utils": "^8.2.1",
3636
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
37-
"@algorandfoundation/puya-ts": "^1.0.0-beta.27",
37+
"@algorandfoundation/puya-ts": "^1.0.0-beta.30",
3838
"@rollup/plugin-typescript": "^12.1.2",
3939
"@tsconfig/node20": "^20.1.4",
4040
"algosdk": "^3.0.0",
@@ -52,7 +52,7 @@
5252
{%- endif %}
5353
"ts-node-dev": "^2.0.0",
5454
{%- if use_vitest %}
55-
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.24",
55+
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.25",
5656
"vitest": "^2.1.8",
5757
"@vitest/coverage-v8": "^2.1.8",
5858
{%- endif %}

0 commit comments

Comments
 (0)