diff options
author | crupest <crupest@outlook.com> | 2022-04-27 20:08:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 20:08:31 +0800 |
commit | 4b1e38d215172e96b2dbad496b5f3d76ab35bead (patch) | |
tree | e01687ec08c2e9f8d348af44d386f4d3798226ac | |
parent | fab279d724bbaf7e47a707182a7a4a932fb8a6f2 (diff) | |
parent | b09d956490504063a64876574e6831ca83cac5ac (diff) | |
download | timeline-4b1e38d215172e96b2dbad496b5f3d76ab35bead.tar.gz timeline-4b1e38d215172e96b2dbad496b5f3d76ab35bead.tar.bz2 timeline-4b1e38d215172e96b2dbad496b5f3d76ab35bead.zip |
Merge pull request #1182 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-hooks-4.5.0
build(deps-dev): Bump eslint-plugin-react-hooks from 4.4.0 to 4.5.0 in /FrontEnd
-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 b7428f2d..950e4d0f 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.29.4",
- "eslint-plugin-react-hooks": "^4.4.0",
+ "eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
"vite": "^2.9.6",
|