File tree Expand file tree Collapse file tree 2 files changed +1283
-3180
lines changed
Expand file tree Collapse file tree 2 files changed +1283
-3180
lines changed Original file line number Diff line number Diff line change 1515 "test" : " jest --no-cache" ,
1616 "lint" : " eslint src --ext .js,.ts" ,
1717 "format" : " prettier --write ." ,
18+ "up" : " npx npm-check-updates -u" ,
1819 "backup" : " git add . && git commit -m \" chore: backup\" && git push" ,
1920 "prepare" : " simple-git-hooks"
2021 },
2122 "devDependencies" : {
22- "eslint" : " ^8.5 .0" ,
23- "eslint-config-prettier" : " ^8.3 .0" ,
24- "eslint-plugin-prettier" : " ^4.0.0 " ,
25- "jest" : " ^27.4.7 " ,
26- "lint-staged" : " 11.1.2 " ,
27- "pkg" : " ^5.7.0 " ,
28- "prettier" : " ^2.5.1 " ,
23+ "eslint" : " ^8.38 .0" ,
24+ "eslint-config-prettier" : " ^8.8 .0" ,
25+ "eslint-plugin-prettier" : " ^4.2.1 " ,
26+ "jest" : " ^29.5.0 " ,
27+ "lint-staged" : " 13.2.1 " ,
28+ "pkg" : " ^5.8.1 " ,
29+ "prettier" : " ^2.8.7 " ,
2930 "simple-git-hooks" : " ^2.8.1"
3031 },
3132 "dependencies" : {
32- "dayjs" : " ^1.10 .7"
33+ "dayjs" : " ^1.11 .7"
3334 },
3435 "simple-git-hooks" : {
3536 "pre-commit" : " pnpm exec lint-staged --concurrent false" ,
4041 " prettier --write ."
4142 ]
4243 }
43- }
44+ }
You can’t perform that action at this time.
0 commit comments