diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-24 09:58:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 09:58:49 +0000 |
commit | bfbfa7ae24500ee01e73c958024961b16f7e7302 (patch) | |
tree | 1bbb977379c3267a0d4e18da16523675ff83a006 | |
parent | 63cb8d9cefb5c71c2c25bb9f6619174322b30c61 (diff) | |
download | timeline-bfbfa7ae24500ee01e73c958024961b16f7e7302.tar.gz timeline-bfbfa7ae24500ee01e73c958024961b16f7e7302.tar.bz2 timeline-bfbfa7ae24500ee01e73c958024961b16f7e7302.zip |
build(deps-dev): Bump eslint-plugin-react-hooks in /FrontEnd
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/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-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 5517eb75..4340c699 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -64,7 +64,7 @@ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
- "eslint-plugin-react-hooks": "^4.5.0",
+ "eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"typescript": "^4.7.3",
"vite": "^2.9.12",
|