Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Dec 26, 2024
1 parent 16d75b7 commit 3f80adc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
33 changes: 17 additions & 16 deletions package-lock.json

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

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"test-ci": "vitest run --coverage"
},
"dependencies": {
"chalk": "5.4.1",
"commander": "^6.1.0",
"chalk": "^5.4.1",
"commander": "^6.2.1",
"hosted-git-info": "^8.0.2",
"inquirer": "^7.3.3",
"json-schema-defaults": "0.4.0",
"json-schema-to-typescript": "^15.0.3",
Expand All @@ -45,10 +46,10 @@
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/hosted-git-info": "2.7.0",
"@types/inquirer": "^7.3.1",
"@types/hosted-git-info": "^3.0.5",
"@types/inquirer": "^7.3.3",
"@types/node": "18",
"@types/npm-package-arg": "6.1.0",
"@types/npm-package-arg": "^6.1.4",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^2.1.8",
"del-cli": "^6.0.0",
Expand All @@ -57,7 +58,7 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"type-fest": "^0.17.0",
"type-fest": "^4.31.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.2",
"vitest": "^2.1.8"
Expand Down

0 comments on commit 3f80adc

Please sign in to comment.