Skip to content

Commit 41fe9c5

Browse files
github-actions[bot]fardjad
authored andcommitted
0.5.8
1 parent b15799a commit 41fe9c5

File tree

2 files changed

+32
-62
lines changed

2 files changed

+32
-62
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactive-commander",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "Commander.js with integrated interactive prompts",
55
"keywords": [
66
"commander",
@@ -54,11 +54,11 @@
5454
"dependencies": {
5555
"@inquirer/prompts": "^3.1.1",
5656
"commander": "^11.0.0",
57-
"parse-my-command": "^0.2.13"
57+
"parse-my-command": "^0.2.14"
5858
},
5959
"devDependencies": {
6060
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
61-
"@types/node": "^20.6.4",
61+
"@types/node": "^20.6.5",
6262
"@typescript-eslint/eslint-plugin": "^6.7.2",
6363
"@typescript-eslint/parser": "^6.7.2",
6464
"c8": "^8.0.1",
@@ -67,12 +67,12 @@
6767
"eslint-config-xo": "^0.43.1",
6868
"eslint-config-xo-typescript": "^1.0.1",
6969
"eslint-plugin-unicorn": "^48.0.1",
70-
"glob": "^10.3.6",
70+
"glob": "^10.3.7",
7171
"npm-check-updates": "^16.14.4",
7272
"prettier": "^3.0.3",
7373
"prettier-plugin-packagejson": "^2.4.5",
7474
"tsup": "^7.2.0",
75-
"tsx": "^3.12.10",
75+
"tsx": "^3.13.0",
7676
"typescript": "^5.2.2"
7777
},
7878
"engines": {

0 commit comments

Comments
 (0)