Skip to content

Commit

Permalink
build(deps-dev): bump husky from 8.0.3 to 9.0.10 (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent bd67b48 commit 1cbecc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "WebExtension for Chrome, Firefox, Edge and Opera to remove the Amazon affiliate tracking ID (tag) from amazon links",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"build:dev": "webpack --mode=development --watch",
"build:prod": "webpack --mode=production",
"tslint": "tslint -p tsconfig.json '{src,test}/**/*.ts'",
Expand Down Expand Up @@ -34,7 +34,7 @@
"addons-linter": "^6.21.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"husky": "^8.0.3",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^2.8.8",
"standard-version": "^9.5.0",
Expand Down

0 comments on commit 1cbecc5

Please sign in to comment.