Skip to content

Commit

Permalink
chore: upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed Oct 1, 2021
1 parent 074ca48 commit d56a9fd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit ""
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
3 changes: 0 additions & 3 deletions .huskyrc.yml

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"clean": "rm -rf ./dist",
"pretest": "npm run lint",
"test": "jest --passWithNoTests",
"lint": "eslint ."
"lint": "eslint .",
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand All @@ -40,8 +41,8 @@
"typescript"
],
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@types/archiver": "^5.1.1",
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26.0.14",
Expand All @@ -51,7 +52,7 @@
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"husky": "^4.2.5",
"husky": "^7.0.2",
"jest": "^26.4.2",
"lint-staged": "^11.1.2",
"mock-fs": "^4.12.0",
Expand Down

0 comments on commit d56a9fd

Please sign in to comment.