Skip to content

Commit 329b438

Browse files
Dependencies(deps-dev): Bump husky from 6.0.0 to 7.0.0 (#371)
Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a88737d commit 329b438

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-react": "^7.24.0",
5757
"eslint-plugin-react-hooks": "^4.2.0",
5858
"eslint-plugin-standard": "^5.0.0",
59-
"husky": "^6.0.0",
59+
"husky": "^7.0.0",
6060
"lint-staged": ">=11",
6161
"prettier": "^2.3.2",
6262
"typescript": "^4.3.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5239,10 +5239,10 @@ human-signals@^2.1.0:
52395239
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
52405240
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
52415241

5242-
husky@^6.0.0:
5243-
version "6.0.0"
5244-
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
5245-
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
5242+
husky@^7.0.0:
5243+
version "7.0.0"
5244+
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616"
5245+
integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==
52465246

52475247
iconv-lite@0.4.24:
52485248
version "0.4.24"

0 commit comments

Comments
 (0)