Skip to content

Commit cdb8b0c

Browse files
dependabot[bot]jrolfs
authored andcommitted
1 parent d609380 commit cdb8b0c

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-jsx-a11y": "^6.2.3",
8686
"eslint-plugin-prettier": "^3.1.2",
8787
"eslint-plugin-react": "^7.19.0",
88-
"eslint-plugin-react-hooks": "^2.5.0",
88+
"eslint-plugin-react-hooks": "^4.0.8",
8989
"glob": "^7.1.6",
9090
"husky": "^4.2.3",
9191
"is-ci": "^2.0.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4009,15 +4009,10 @@ eslint-plugin-prettier@^3.1.2:
40094009
dependencies:
40104010
prettier-linter-helpers "^1.0.0"
40114011

4012-
eslint-plugin-react-hooks@^2.5.0:
4013-
version "2.5.1"
4014-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0"
4015-
integrity sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==
4016-
4017-
eslint-plugin-react-hooks@^4.0.4:
4018-
version "4.0.7"
4019-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.7.tgz#19f9e3d07dd3a0fb9e6f0f07153707feedea8108"
4020-
integrity sha512-5PuW2OMHQyMLr/+MqTluYN3/NeJJ1RuvmEp5TR9Xl2gXKxvcusUZuMz8XBUtbELNaiRYWs693LQs0cljKuuHRQ==
4012+
eslint-plugin-react-hooks@^4.0.4, eslint-plugin-react-hooks@^4.0.8:
4013+
version "4.0.8"
4014+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz#a9b1e3d57475ccd18276882eff3d6cba00da7a56"
4015+
integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ==
40214016

40224017
eslint-plugin-react@^7.19.0, eslint-plugin-react@^7.20.0:
40234018
version "7.20.3"
@@ -4771,7 +4766,7 @@ globals@^12.1.0:
47714766
dependencies:
47724767
type-fest "^0.8.1"
47734768

4774-
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
4769+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
47754770
version "4.2.4"
47764771
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
47774772
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==

0 commit comments

Comments
 (0)