diff options
author | dependabot[bot] | 2024-12-09 21:06:34 +0000 |
---|---|---|
committer | vitalyster | 2024-12-10 14:02:00 -0800 |
commit | 78dd062ba48c4dc2032e03a7a0620e2e4a9d9475 (patch) | |
tree | a0ca2d18cf359014c0eb930f848191a91621bae7 | |
parent | 58a2a1eb607f99cf4221b1e6a8b7c2313ea0bf82 (diff) |
build(deps-dev): bump eslint-plugin-react-hooks from 5.0.0 to 5.1.0
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.0.0 to 5.1.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/HEAD/packages/eslint-plugin-react-hooks)
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index cf180c9b5..a59ce228f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-testing-library": "^7.0.0", "eslint-webpack-plugin": "^4.2.0", "globals": "^15.13.0", @@ -9183,9 +9183,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz", - "integrity": "sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz", + "integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==", "dev": true, "engines": { "node": ">=10" diff --git a/package.json b/package.json index 9955edebd..867870722 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-testing-library": "^7.0.0", "eslint-webpack-plugin": "^4.2.0", "globals": "^15.13.0", |