Skip to content

Commit b50b499

Browse files
authored
Merge pull request #780 from meza/next
Next
2 parents 4e615b2 + d311c4b commit b50b499

26 files changed

+549
-448
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"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",
2222
"start": "tsx src/index.ts",
2323
"commit": "cz",
24-
"ci": "npm-run-all --parallel -c lint:* report",
24+
"ci": "run-s lint:* report",
2525
"clean": "npm-run-all clean:basics",
2626
"clean:all": "npm-run-all clean:basics clean:cache clean:githooks clean:dependencies clean:reports",
2727
"clean:basics": "rimraf dist",
@@ -39,14 +39,14 @@
3939
"prepare": "lefthook install"
4040
},
4141
"dependencies": {
42+
"@inquirer/prompts": "^7.2.2",
4243
"@meza/curseforge-fingerprint": "1.1.42",
4344
"chalk": "5.3.0",
4445
"commander": "12.1.0",
4546
"core-js": "3.38.1",
4647
"dotenv": "16.4.5",
4748
"glob": "11.0.0",
4849
"hwid": "0.5.0",
49-
"inquirer": "9.3.5",
5050
"log-symbols": "6.0.0",
5151
"minimatch": "10.0.1",
5252
"nodejs-file-downloader": "4.13.0",
@@ -65,6 +65,7 @@
6565
"@commitlint/config-conventional": "19.5.0",
6666
"@commitlint/prompt-cli": "19.5.0",
6767
"@faker-js/faker": "9.0.3",
68+
"@inquirer/testing": "^2.1.40",
6869
"@liudonghua123/pkg": "6.0.1",
6970
"@meza/adr-tools": "1.0.10",
7071
"@meza/tsconfig-base": "1.1.0",
@@ -78,7 +79,6 @@
7879
"@semantic-release/npm": "12.0.1",
7980
"@semantic-release/release-notes-generator": "14.0.1",
8081
"@types/glob": "8.1.0",
81-
"@types/inquirer": "^9.0.7",
8282
"@types/is-ci": "3.0.4",
8383
"@types/node": "20.16.10",
8484
"@vitest/coverage-v8": "2.1.8",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)