Skip to content

Commit

Permalink
build: updating utils dependency (#78)
Browse files Browse the repository at this point in the history
* build: updating utils dependency

* build: bumping to latest beaker
  • Loading branch information
aorumbayev authored Oct 11, 2023
1 parent b8a555e commit 33b5027
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 634 deletions.
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
"source.organizeImports": false
},
"jest.jestCommandLine": "npm run test --",
"jest.autoRun": {
"watch": false,
"onSave": "test-file",
"onStartup": ["all-tests"]
},
"jest.autoRun": {},
"dotenv.enableAutocloaking": false,
// Python
"python.analysis.extraPaths": ["${workspaceFolder}/examples"],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"semver": "7.5.2"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^3.0.0",
"@algorandfoundation/algokit-utils": "^4.0.0",
"algosdk": "^2.5.0",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
Expand Down
Loading

0 comments on commit 33b5027

Please sign in to comment.