mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 10:21:37 +03:00
chore: upgrade husky to latest (#5719)
- https://github.com/typicode/husky/pull/1336
This commit is contained in:
parent
1cf182b7ca
commit
16ef255f51
@ -1,4 +1 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
yarn lint-staged && yarn lint:ox
|
yarn lint-staged && yarn lint:ox
|
||||||
|
@ -37,7 +37,8 @@
|
|||||||
"test:ui": "vitest --ui",
|
"test:ui": "vitest --ui",
|
||||||
"test:coverage": "vitest run --coverage",
|
"test:coverage": "vitest run --coverage",
|
||||||
"typecheck": "tsc -b tsconfig.json --diagnostics",
|
"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": {
|
"lint-staged": {
|
||||||
"*": "prettier --write --ignore-unknown --cache",
|
"*": "prettier --write --ignore-unknown --cache",
|
||||||
@ -88,7 +89,7 @@
|
|||||||
"eslint-plugin-vue": "^9.18.1",
|
"eslint-plugin-vue": "^9.18.1",
|
||||||
"fake-indexeddb": "5.0.2",
|
"fake-indexeddb": "5.0.2",
|
||||||
"happy-dom": "^13.0.0",
|
"happy-dom": "^13.0.0",
|
||||||
"husky": "^9.0.0",
|
"husky": "^9.0.6",
|
||||||
"lint-staged": "^15.1.0",
|
"lint-staged": "^15.1.0",
|
||||||
"msw": "^2.0.8",
|
"msw": "^2.0.8",
|
||||||
"nanoid": "^5.0.3",
|
"nanoid": "^5.0.3",
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -559,7 +559,7 @@ __metadata:
|
|||||||
eslint-plugin-vue: "npm:^9.18.1"
|
eslint-plugin-vue: "npm:^9.18.1"
|
||||||
fake-indexeddb: "npm:5.0.2"
|
fake-indexeddb: "npm:5.0.2"
|
||||||
happy-dom: "npm:^13.0.0"
|
happy-dom: "npm:^13.0.0"
|
||||||
husky: "npm:^9.0.0"
|
husky: "npm:^9.0.6"
|
||||||
lint-staged: "npm:^15.1.0"
|
lint-staged: "npm:^15.1.0"
|
||||||
msw: "npm:^2.0.8"
|
msw: "npm:^2.0.8"
|
||||||
nanoid: "npm:^5.0.3"
|
nanoid: "npm:^5.0.3"
|
||||||
@ -22560,12 +22560,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"husky@npm:^9.0.0":
|
"husky@npm:^9.0.6":
|
||||||
version: 9.0.1
|
version: 9.0.6
|
||||||
resolution: "husky@npm:9.0.1"
|
resolution: "husky@npm:9.0.6"
|
||||||
bin:
|
bin:
|
||||||
husky: bin.js
|
husky: bin.js
|
||||||
checksum: 8f28488e59d3c6944fedb9ba9adb0d4f79f000d44ede2e5ed3a79031995afc261965a47013017480012ad7fa6f54a3023c00ad992c143434bedf4d6134957141
|
checksum: e198c90a59d460cf860c33e0a4c3927ecfb645d4fd4c2de3fbcd5fb56b858a923af452508d549f6ed020bb48de08290912cd77c006dd2a83e551c24c17340d5b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user