Skip to content

Commit

Permalink
chore: update to the latest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Nov 8, 2024
1 parent f55c164 commit 125ddcc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 125ddcc

Please sign in to comment.