File tree Expand file tree Collapse file tree 5 files changed +7297
-5188
lines changed
Expand file tree Collapse file tree 5 files changed +7297
-5188
lines changed Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41pnpm commitlint --edit ${1}
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
4- pnpm lint-staged
1+ pnpm lint-staged
Original file line number Diff line number Diff line change 44 "module" : " index.ts" ,
55 "type" : " module" ,
66 "scripts" : {
7- "prepare" : " husky install "
7+ "prepare" : " husky"
88 },
99 "dependencies" : {
1010 "@nestjs/mapped-types" : " *" ,
11- "husky" : " ^8.0.3 "
11+ "husky" : " ^9 "
1212 },
1313 "devDependencies" : {
14- "@commitlint/cli" : " ^17.5.1" ,
15- "@commitlint/config-conventional" : " ^17.4.4" ,
16- "eslint-config-prettier" : " ^8.3.0" ,
17- "lint-staged" : " ^13.2.0" ,
18- "prettier" : " ^2.8.7"
14+ "@commitlint/cli" : " ^19" ,
15+ "@commitlint/config-conventional" : " ^19" ,
16+ "@eslint/js" : " ^9.26.0" ,
17+ "eslint-config-prettier" : " ^10" ,
18+ "lint-staged" : " ^15" ,
19+ "prettier" : " ^3"
1920 },
2021 "peerDependencies" : {
2122 "typescript" : " ^5.0.0"
You can’t perform that action at this time.
0 commit comments