Skip to content

Commit

Permalink
fix: inquirer package usage
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Aug 19, 2024
1 parent d47cbb9 commit 778b5c2
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 179 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@
},
"homepage": "https://github.com/tiddly-gittly/TiddlyWiki-CPL#readme",
"devDependencies": {
"@modern-js/eslint-config": "^2.58.0",
"@modern-js/tsconfig": "^2.58.0",
"@modern-js/eslint-config": "^2.58.1",
"@modern-js/tsconfig": "^2.58.1",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.3.0",
"@types/node": "^22.4.1",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"html-minifier-terser": "^7.2.0",
Expand All @@ -51,8 +50,8 @@
"workbox-cli": "7.1.0"
},
"dependencies": {
"@inquirer/prompts": "^5.3.8",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"inquirer": "^10.1.8"
"commander": "^12.1.0"
}
}
Loading

0 comments on commit 778b5c2

Please sign in to comment.