Skip to content

Commit

Permalink
chore(ui): update dependency @algorandfoundation/algokit-utils to v6 (#…
Browse files Browse the repository at this point in the history
…108)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 69f9eae commit 4c808f2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contracts/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@algorandfoundation/algokit-utils": "^5.8.0",
"@algorandfoundation/algokit-utils": "^6.0.0",
"algosdk": "^2.7.0",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prettier:fix": "npx prettier --write ."
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^5.8.0",
"@algorandfoundation/algokit-utils": "^6.0.0",
"algosdk": "^2.7.0"
},
"devDependencies": {
Expand Down
23 changes: 17 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vitest": "1.5.1"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "5.8.0",
"@algorandfoundation/algokit-utils": "6.0.2",
"@blockshake/defly-connect": "1.1.6",
"@hookform/resolvers": "3.3.4",
"@perawallet/connect": "1.3.4",
Expand Down

0 comments on commit 4c808f2

Please sign in to comment.