Skip to content

Commit

Permalink
chore: 🤖 bump commander and enquirer
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Feb 16, 2024
1 parent 8248c06 commit 78268f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ts-check": "tsc -b tsconfig.json",
"ts-check:watch": "pnpm ts-check --watch",
"validate": "run-p lint format:check test ts-check",
"cz": "pnpm build && ./dist/index.js --commitlint",
"cz": "pnpm build && ./dist/index.mjs --commitlint",
"prepack": "pnpm build && clean-pkg-json",
"prepare": "is-ci || husky install"
},
Expand All @@ -53,9 +53,9 @@
"@vitest/coverage-v8": "1.2.2",
"ansi-colors": "4.1.3",
"clean-pkg-json": "1.2.0",
"commander": "11.0.0",
"commander": "11.1.0",
"commitlint": "18.6.1",
"enquirer": "2.3.6",
"enquirer": "2.4.1",
"eslint": "8.56.0",
"eslint-config-jimmy-guzman": "12.2.0",
"husky": "9.0.11",
Expand Down
18 changes: 7 additions & 11 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default defineConfig({
coverage: {
reporter: ['text', 'html', 'clover', 'json', 'lcovonly'],
thresholds: {
branches: 97.98,
functions: 97.11,
branches: 97.95,
functions: 97.02,
lines: 98.15,
statements: 98.4,
},
Expand Down

0 comments on commit 78268f4

Please sign in to comment.