Skip to content

Commit c9061f6

Browse files
authored
Merge pull request #14 from algorandfoundation/chore-pin-typescirpt
chore: pin typescript verion to match puya-ts and algo-ts
2 parents e295a2f + 01d0708 commit c9061f6

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
"rollup": "^4.24.0",
5656
"semantic-release": "^24.1.2",
5757
"tsx": "4.19.1",
58-
"typescript": "^5.6.2",
58+
"typescript": "5.6.2",
5959
"vitest": "2.1.2"
6060
},
6161
"peerDependencies": {
6262
"tslib": "^2.6.2"
6363
},
6464
"dependencies": {
6565
"@algorandfoundation/algokit-utils": "^6.2.1",
66-
"@algorandfoundation/algorand-typescript": "^0.0.1-alpha.19",
67-
"@algorandfoundation/puya-ts": "^1.0.0-alpha.31",
66+
"@algorandfoundation/algorand-typescript": "^0.0.1-alpha.20",
67+
"@algorandfoundation/puya-ts": "^1.0.0-alpha.32",
6868
"algosdk": "^2.9.0",
6969
"elliptic": "^6.5.7",
7070
"js-sha256": "^0.11.0",

0 commit comments

Comments
 (0)