We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f3ca2 commit 6fa262bCopy full SHA for 6fa262b
.husky/pre-commit
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-npx --no-install lint-staged
+npx --no lint-staged
package.json
@@ -96,7 +96,7 @@
96
"@types/react-dom": "^18.0.3",
97
"babel-loader": "^8.1.0",
98
"delay": "^5.0.0",
99
- "husky": "^7.0.0",
+ "husky": "^8.0.1",
100
"karma": "^6.3.4",
101
"karma-browserstack-launcher": "^1.6.0",
102
"karma-chrome-launcher": "^3.0.0",
@@ -105,7 +105,7 @@
105
"karma-sourcemap-loader": "^0.3.7",
106
"karma-spec-reporter": "^0.0.32",
107
"karma-webpack": "^5.0.0",
108
- "lint-staged": "^11.1.1",
+ "lint-staged": "^13.0.1",
109
"npm-run-all": "^4.1.5",
110
"prettier": "^2.0.4",
111
"react": "^18.0.0",
0 commit comments