Skip to content

Commit bfe69ae

Browse files
chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 (#172)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/[email protected]/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a55985b commit bfe69ae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"eslint": "^8.33.0",
2929
"eslint-plugin-import": "^2.27.5",
3030
"eslint-plugin-react": "^7.27.0",
31-
"eslint-plugin-react-hooks": "^4.3.0",
31+
"eslint-plugin-react-hooks": "^5.0.0",
3232
"typescript": "^5.4.3"
3333
},
3434
"peerDependencies": {
3535
"@typescript-eslint/eslint-plugin": "^7.5.0",
3636
"eslint": "^8.33.0",
3737
"eslint-plugin-import": "^2.27.5",
3838
"eslint-plugin-react": "^7.27.0",
39-
"eslint-plugin-react-hooks": "^4.3.0"
39+
"eslint-plugin-react-hooks": "^5.0.0"
4040
},
4141
"peerDependenciesMeta": {
4242
"eslint-plugin-react": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -960,10 +960,10 @@ eslint-plugin-import@^2.27.5:
960960
string.prototype.trimend "^1.0.8"
961961
tsconfig-paths "^3.15.0"
962962

963-
eslint-plugin-react-hooks@^4.3.0:
964-
version "4.6.2"
965-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
966-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
963+
eslint-plugin-react-hooks@^5.0.0:
964+
version "5.0.0"
965+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
966+
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
967967

968968
eslint-plugin-react@^7.27.0:
969969
version "7.37.1"

0 commit comments

Comments
 (0)