Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Apr 13, 2021
1 parent af0fc79 commit 727230c
Show file tree
Hide file tree
Showing 4 changed files with 1,295 additions and 2,403 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
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"

pretty-quick --staged
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
"test": "jest",
"prepublishOnly": "yarn test",
"semantic-release": "semantic-release",
"commit": "git-cz"
"commit": "yarn git-cz",
"prepare": "husky install"
},
"devDependencies": {
"cz-conventional-changelog": "3.3.0",
"husky": "^4.3.8",
"husky": "^6.0.0",
"jest": "^26.6.3",
"postcss": "^8.2.2",
"prettier": "^2.2.1",
Expand All @@ -35,10 +36,5 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
Loading

0 comments on commit 727230c

Please sign in to comment.