Update husky and remove deprecated features (#29338)
This commit is contained in:
parent
c63567a214
commit
006aa4e35a
3 changed files with 8 additions and 11 deletions
|
@ -27,7 +27,7 @@
|
|||
"lint:yml": "prettier --check \"**/*.{yaml,yml}\"",
|
||||
"lint": "yarn lint:js && yarn lint:json && yarn lint:sass && yarn lint:yml",
|
||||
"postversion": "git push --tags",
|
||||
"prepare": "husky install",
|
||||
"prepare": "husky",
|
||||
"start": "node ./streaming/index.js",
|
||||
"test": "yarn lint && yarn run typecheck && yarn jest",
|
||||
"typecheck": "tsc --noEmit"
|
||||
|
@ -188,7 +188,7 @@
|
|||
"eslint-plugin-promise": "~6.1.1",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"husky": "^8.0.3",
|
||||
"husky": "^9.0.11",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-jsdom": "^29.5.0",
|
||||
"lint-staged": "^15.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue