diff options
author | crupest <crupest@outlook.com> | 2022-06-24 18:02:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 18:02:00 +0800 |
commit | 919dfbe800ac421aa1f1d9cb66b21c84ed87a410 (patch) | |
tree | 1bbb977379c3267a0d4e18da16523675ff83a006 | |
parent | 63cb8d9cefb5c71c2c25bb9f6619174322b30c61 (diff) | |
parent | bfbfa7ae24500ee01e73c958024961b16f7e7302 (diff) | |
download | timeline-919dfbe800ac421aa1f1d9cb66b21c84ed87a410.tar.gz timeline-919dfbe800ac421aa1f1d9cb66b21c84ed87a410.tar.bz2 timeline-919dfbe800ac421aa1f1d9cb66b21c84ed87a410.zip |
Merge pull request #1264 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-hooks-4.6.0
-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",
|