Skip to content

Commit

Permalink
fix: updated to the latest inquirer
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jan 13, 2025
1 parent 4e615b2 commit e4b501f
Show file tree
Hide file tree
Showing 25 changed files with 542 additions and 440 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:binaries": "cross-env PKG_CACHE_PATH=.cache/pkg pkg dist/mmm.cjs --no-native-build -c ./.pkgrc.json -t latest-win,latest-linux,latest-macos --options \"no-warnings\" -o dist/pkg/mmm",
"start": "tsx src/index.ts",
"commit": "cz",
"ci": "npm-run-all --parallel -c lint:* report",
"ci": "run-s lint:* report",
"clean": "npm-run-all clean:basics",
"clean:all": "npm-run-all clean:basics clean:cache clean:githooks clean:dependencies clean:reports",
"clean:basics": "rimraf dist",
Expand All @@ -39,14 +39,14 @@
"prepare": "lefthook install"
},
"dependencies": {
"@inquirer/prompts": "^7.2.2",
"@meza/curseforge-fingerprint": "1.1.42",
"chalk": "5.3.0",
"commander": "12.1.0",
"core-js": "3.38.1",
"dotenv": "16.4.5",
"glob": "11.0.0",
"hwid": "0.5.0",
"inquirer": "9.3.5",
"log-symbols": "6.0.0",
"minimatch": "10.0.1",
"nodejs-file-downloader": "4.13.0",
Expand All @@ -65,6 +65,7 @@
"@commitlint/config-conventional": "19.5.0",
"@commitlint/prompt-cli": "19.5.0",
"@faker-js/faker": "9.0.3",
"@inquirer/testing": "^2.1.40",
"@liudonghua123/pkg": "6.0.1",
"@meza/adr-tools": "1.0.10",
"@meza/tsconfig-base": "1.1.0",
Expand All @@ -78,7 +79,6 @@
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/glob": "8.1.0",
"@types/inquirer": "^9.0.7",
"@types/is-ci": "3.0.4",
"@types/node": "20.16.10",
"@vitest/coverage-v8": "2.1.8",
Expand Down
230 changes: 211 additions & 19 deletions pnpm-lock.yaml

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

Loading

0 comments on commit e4b501f

Please sign in to comment.