Skip to content

Commit

Permalink
feat: optimize config
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Mar 25, 2024
1 parent 0748814 commit 976e310
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,20 @@
"check:types": "tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"commander": "11.0.0",
"chalk": "5.3.0",
"gradient-string": "2.0.2",
"prompts": "2.4.2"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@types/gradient-string": "1.1.3",
"@types/node": "20.6.3",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"chalk": "5.3.0",
"clean-package": "2.2.0",
"commander": "11.0.0",
"commitlint-plugin-function-rules": "2.0.2",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -69,10 +73,8 @@
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unused-imports": "3.0.0",
"gradient-string": "2.0.2",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prompts": "2.4.2",
"tsup": "7.2.0",
"typescript": "5.2.2"
},
Expand Down

0 comments on commit 976e310

Please sign in to comment.