Skip to content

Commit 3bcf5b1

Browse files
author
valentinab25
committed
chore: husky, lint-staged use fixed versions
1 parent 739326d commit 3bcf5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"babel-plugin-transform-class-properties": "^6.24.1",
2727
"cypress-fail-fast": "^5.0.1",
2828
"md5": "^2.3.0",
29-
"husky": "*",
30-
"lint-staged": "*"
29+
"husky": "^8.0.3",
30+
"lint-staged": "^14.0.1"
3131
},
3232
"lint-staged": {
3333
"src/**/*.{js,jsx,ts,tsx,json}": [

0 commit comments

Comments
 (0)