Skip to content

Commit

Permalink
chore(dev-cli): bump deps and image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Nov 2, 2023
1 parent a500c28 commit e0d9b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dev-cli/container/src/node/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 dev-cli/container/src/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@irys/sdk": "^0.0.4",
"@permaweb/ao-sdk": "0.0.14"
"@permaweb/ao-sdk": "0.0.15"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion dev-cli/src/versions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
export const VERSION = {
"CLI": "0.0.20",
"IMAGE": "0.0.7"
"IMAGE": "0.0.8"
}

0 comments on commit e0d9b66

Please sign in to comment.