Skip to content

Commit

Permalink
Merge pull request #4714 from alphagov/dependabot/npm_and_yarn/husky-…
Browse files Browse the repository at this point in the history
…9.0.10

Bump husky from 8.0.3 to 9.0.10
  • Loading branch information
colinrotherham authored Feb 2, 2024
2 parents eb3c18d + dd2ea40 commit f1060b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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 @@ -44,7 +44,7 @@
"lint:scss": "npm run lint:scss:cli -- \"**/*.{md,scss}\"",
"lint:scss:cli": "stylelint --cache --cache-location .cache/stylelint --cache-strategy content --color --ignore-path .gitignore --max-warnings 0",
"lint:types": "tsc --build tsconfig.json",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\""
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand All @@ -70,7 +70,7 @@
"eslint-plugin-promise": "^6.1.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"jest-environment-node-single-context": "^29.4.0",
"jest-puppeteer": "^9.0.2",
Expand Down

0 comments on commit f1060b6

Please sign in to comment.