diff options
author | crupest <crupest@outlook.com> | 2022-03-31 13:50:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 13:50:34 +0800 |
commit | 91dad1dd213fa873a8877920a84d1fa9c2230f80 (patch) | |
tree | 6289001c5de7245b7f0003481fa6efb3cf51755c /FrontEnd/package.json | |
parent | 125b478d18692b9b422c8d94476af01fc2526068 (diff) | |
parent | 429579ba59fc1341a7d4d0bb3899b11ef7cc71a4 (diff) | |
download | timeline-91dad1dd213fa873a8877920a84d1fa9c2230f80.tar.gz timeline-91dad1dd213fa873a8877920a84d1fa9c2230f80.tar.bz2 timeline-91dad1dd213fa873a8877920a84d1fa9c2230f80.zip |
Merge pull request #1137 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-hooks-4.4.0
Diffstat (limited to 'FrontEnd/package.json')
-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 e5241328..6b94772d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -63,7 +63,7 @@ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
- "eslint-plugin-react-hooks": "^4.3.0",
+ "eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.1",
"typescript": "^4.6.3",
"vite": "^2.8.6",
|