chore: upgrade husky to latest (#5719)

- https://github.com/typicode/husky/pull/1336
This commit is contained in:
LongYinan
2024-01-26 06:37:39 +00:00
parent 1cf182b7ca
commit 16ef255f51
3 changed files with 8 additions and 10 deletions
+3 -2
View File
@@ -37,7 +37,8 @@
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc -b tsconfig.json --diagnostics",
"postinstall": "node ./scripts/check-version.mjs && yarn i18n-codegen gen && yarn husky install"
"postinstall": "node ./scripts/check-version.mjs && yarn i18n-codegen gen && yarn husky install",
"prepare": "husky"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown --cache",
@@ -88,7 +89,7 @@
"eslint-plugin-vue": "^9.18.1",
"fake-indexeddb": "5.0.2",
"happy-dom": "^13.0.0",
"husky": "^9.0.0",
"husky": "^9.0.6",
"lint-staged": "^15.1.0",
"msw": "^2.0.8",
"nanoid": "^5.0.3",