Skip to content

Commit

Permalink
chore: bump husky from ^4.3.8 to ^9.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Feb 4, 2024
1 parent d83f8b5 commit 65ca4ec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 185 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm run lint
npm test
5 changes: 0 additions & 5 deletions .huskyrc

This file was deleted.

185 changes: 7 additions & 178 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"build": "export NODE_ENV=production; rollup -c",
"lint": "ls-lint && eslint --cache --cache-location .cache/ src && prettier --ignore-path .gitignore --check --cache --cache-location .cache/.prettier src",
"test": "export NODE_ENV=test; c8 mocha --config .mocharc ./**/__tests__/**/*.test.mjs && karma start karma.conf.cjs",
"prepublishOnly": "npm run lint && npm run test && npm run build"
"prepublishOnly": "npm run lint && npm run test && npm run build",
"prepare": "husky"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand All @@ -72,7 +73,7 @@
"eslint-plugin-chai-friendly": "^0.7.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"globals": "^13.24.0",
"husky": "^4.3.8",
"husky": "^9.0.10",
"iso-bench": "^2.4.7",
"js-yaml": "^4.1.0",
"json-schema-faker": "^0.5.5",
Expand Down

0 comments on commit 65ca4ec

Please sign in to comment.