diff options
author | crupest <crupest@outlook.com> | 2021-11-10 17:13:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:13:50 +0800 |
commit | 8974ae4792e11473961cb32cac29bdd8e7c75aee (patch) | |
tree | 19e86550b480f783940918be25daf1dc3e746cf0 /FrontEnd | |
parent | d6c764c1c42bc6aecc6e1ada2b13010b6618000d (diff) | |
parent | aaaa4f448881275098f217539499ac4ae90cecac (diff) | |
download | timeline-8974ae4792e11473961cb32cac29bdd8e7c75aee.tar.gz timeline-8974ae4792e11473961cb32cac29bdd8e7c75aee.tar.bz2 timeline-8974ae4792e11473961cb32cac29bdd8e7c75aee.zip |
Merge pull request #928 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-hooks-4.3.0
build(deps-dev): Bump eslint-plugin-react-hooks from 4.2.0 to 4.3.0 in /FrontEnd
Diffstat (limited to '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 31a17612..7aff2c10 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
- "eslint-plugin-react-hooks": "^4.2.0",
+ "eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
"vite": "^2.6.2",
|