Skip to content

Commit

Permalink
fix: [EXT-2508] use husky v4 (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwhiles authored Mar 23, 2021
1 parent 47a4112 commit 85e1d4f
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ update_configs:
update_type: "all"
- match:
dependency_type: "production"
update_type: "in_range"
update_type: "in_range"
ignored_updates:
- match:
dependency_name: "husky"
version_requirement: ">=5.0.0"

141 changes: 137 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-react": "7.22.0",
"eslint-plugin-standard": "5.0.0",
"fs-extra": "9.1.0",
"husky": "5.2.0",
"husky": "4.3.8",
"jsdom": "16.5.1",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
Expand Down

0 comments on commit 85e1d4f

Please sign in to comment.