Skip to content

Commit

Permalink
chore: bumping algokit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Nov 30, 2023
1 parent a119553 commit 643ee36
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
38 changes: 16 additions & 22 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"test:ci": "TEST_ENV=ci jest --coverage",
"update-approvals": "npm run dev && ts-node scripts/update-approvals.ts",
"pyteal-build": "poetry run python -m examples",
"postinstall": "npx --yes patch-package"
"postinstall": "npx --yes patch-package",
"pre-commit": "npm run lint:fix && npm run test && npm run audit && npm run build"
},
"bin": {
"@algorandfoundation/algokit-client-generator": "bin/cli.js",
Expand All @@ -39,7 +40,7 @@
"semver": "7.5.2"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^4.0.0",
"@algorandfoundation/algokit-utils": "^5.0.0",
"algosdk": "^2.5.0",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
Expand Down

0 comments on commit 643ee36

Please sign in to comment.