diff options
author | crupest <crupest@outlook.com> | 2021-11-13 16:24:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-13 16:24:58 +0800 |
commit | 554814df13817381b547528df5b8270d554749c5 (patch) | |
tree | 4b08f172b9dcd3b4e6c29f4a307f59add64f3db0 | |
parent | f9d15c6cd540e2a71cc7c49e16d85fde6a1fe7f5 (diff) | |
parent | 5ac440bee388109ecee58886d9919cc130fc8551 (diff) | |
download | timeline-554814df13817381b547528df5b8270d554749c5.tar.gz timeline-554814df13817381b547528df5b8270d554749c5.tar.bz2 timeline-554814df13817381b547528df5b8270d554749c5.zip |
Merge pull request #932 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.27.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 0a10ee34..b30477ca 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.26.1",
+ "eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
|