chore(deps): update dependency eslint-plugin-react-hooks to v4.5.0

This commit is contained in:
Renovate Bot
2022-05-02 01:37:47 +00:00
committed by renovate[bot]
parent 69762e5208
commit 2bbf0de925
3 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -80,7 +80,7 @@
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prefer-object-spread": "1.2.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-testing-library": "4.12.4",
"execa": "5.1.1",
"faker": "5.5.3",
@@ -24358,9 +24358,9 @@
}
},
"node_modules/eslint-plugin-react-hooks": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz",
"integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz",
"integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==",
"engines": {
"node": ">=10"
},
@@ -53747,7 +53747,7 @@
},
"devDependencies": {
"@types/codemirror": "5.60.5",
"eslint-plugin-react-hooks": "4.4.0"
"eslint-plugin-react-hooks": "4.5.0"
}
},
"tools/challenge-helper-scripts": {
@@ -68405,7 +68405,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/codemirror": "5.60.5",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-react-hooks": "4.5.0",
"react": "16.14.0",
"react-codemirror2": "7.2.1",
"react-dom": "16.14.0",
@@ -71230,9 +71230,9 @@
}
},
"eslint-plugin-react-hooks": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz",
"integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz",
"integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==",
"requires": {}
},
"eslint-plugin-testing-library": {

View File

@@ -159,7 +159,7 @@
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prefer-object-spread": "1.2.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-testing-library": "4.12.4",
"execa": "5.1.1",
"faker": "5.5.3",

View File

@@ -34,6 +34,6 @@
},
"devDependencies": {
"@types/codemirror": "5.60.5",
"eslint-plugin-react-hooks": "4.4.0"
"eslint-plugin-react-hooks": "4.5.0"
}
}