Skip to content

Commit

Permalink
chore: pin typescript verion to match puya-ts and algo-ts
Browse files Browse the repository at this point in the history
chore: update puya-ts and algo-ts package version
  • Loading branch information
boblat committed Dec 13, 2024
1 parent e295a2f commit 01d0708
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
27 changes: 14 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"rollup": "^4.24.0",
"semantic-release": "^24.1.2",
"tsx": "4.19.1",
"typescript": "^5.6.2",
"typescript": "5.6.2",
"vitest": "2.1.2"
},
"peerDependencies": {
"tslib": "^2.6.2"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^6.2.1",
"@algorandfoundation/algorand-typescript": "^0.0.1-alpha.19",
"@algorandfoundation/puya-ts": "^1.0.0-alpha.31",
"@algorandfoundation/algorand-typescript": "^0.0.1-alpha.20",
"@algorandfoundation/puya-ts": "^1.0.0-alpha.32",
"algosdk": "^2.9.0",
"elliptic": "^6.5.7",
"js-sha256": "^0.11.0",
Expand Down

0 comments on commit 01d0708

Please sign in to comment.