Skip to content

Commit 283e71e

Browse files
committed
chore(cli): bump commander and increase minimum node to 20
1 parent e48f347 commit 283e71e

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

apps/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"/npm-shrinkwrap.json"
1818
],
1919
"dependencies": {
20-
"@commander-js/extra-typings": "^13.1.0",
20+
"@commander-js/extra-typings": "^14.0.0",
2121
"@inquirer/confirm": "^5.1.12",
2222
"@inquirer/core": "^10.1.13",
2323
"@inquirer/input": "^4.1.12",
@@ -26,7 +26,7 @@
2626
"bytes": "^3.1.2",
2727
"chalk": "^5.4.1",
2828
"cli-table3": "^0.6.5",
29-
"commander": "^13.1.0",
29+
"commander": "^14.0.0",
3030
"execa": "^9.5.2",
3131
"fs-extra": "^11.3.0",
3232
"get-port": "^7.1.0",
@@ -79,7 +79,7 @@
7979
"test": "vitest"
8080
},
8181
"engines": {
82-
"node": ">=18.0.0"
82+
"node": ">=20.0.0"
8383
},
8484
"bugs": "https://github.com/cartesi/cli/issues",
8585
"types": "dist/index.d.ts"

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)