Skip to content

Commit

Permalink
Bump husky from 4.3.8 to 5.1.3 (#1030)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
dependabot[bot] and frenck authored Mar 4, 2021
1 parent 18f8405 commit 274c6bb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 172 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"

npm test
174 changes: 4 additions & 170 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 @@ -312,7 +312,8 @@
"lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:types",
"schema": "ts-node src/language-service/src/schemas/generateSchemas.ts",
"test": "npm run compile",
"watch": "tsc -watch -p ./"
"watch": "tsc -watch -p ./",
"prepare": "husky install"
},
"devDependencies": {
"@types/mocha": "8.2.1",
Expand All @@ -333,7 +334,7 @@
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-wc": "^1.3.0",
"husky": "^4.3.8",
"husky": "^5.1.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 274c6bb

Please sign in to comment.