Skip to content

Commit

Permalink
chore: husky, lint-staged use fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Oct 16, 2023
1 parent 078dbc4 commit 0b61630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"cypress-fail-fast": "^5.0.1",
"md5": "^2.3.0",
"postcss-less": "6.0.0",
"husky": "*",
"lint-staged": "*"
"husky": "^8.0.3",
"lint-staged": "^14.0.1"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
Expand Down

0 comments on commit 0b61630

Please sign in to comment.