mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 19:43:45 +00:00
Update husky hooks (#7738)
* [deps] SM: Update husky to v9 * follow migration instructions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"homepage": "https://bitwarden.com",
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"prepare": "husky",
|
||||
"lint": "eslint . --cache --cache-strategy content && prettier --check .",
|
||||
"lint:fix": "eslint . --cache --cache-strategy content --fix",
|
||||
"lint:clear": "rimraf .eslintcache",
|
||||
@@ -113,7 +113,7 @@
|
||||
"html-loader": "4.2.0",
|
||||
"html-webpack-injector": "1.1.4",
|
||||
"html-webpack-plugin": "5.5.4",
|
||||
"husky": "8.0.3",
|
||||
"husky": "9.0.7",
|
||||
"jest-junit": "16.0.0",
|
||||
"jest-mock-extended": "3.0.5",
|
||||
"jest-preset-angular": "14.0.0",
|
||||
|
||||
Reference in New Issue
Block a user