diff options
author | crupest <crupest@outlook.com> | 2021-08-30 13:09:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 13:09:31 +0800 |
commit | 8784a7266071eb7348ec3f22b249994243a8f3f7 (patch) | |
tree | 04a43bb67ca888e7d00bbd3a9b451f860b75f79c | |
parent | 0797e92af3925f2058848ff92db853cb29dee987 (diff) | |
parent | 18c927a0ab56d19b78ddf95b2caecb0217d5a997 (diff) | |
download | timeline-8784a7266071eb7348ec3f22b249994243a8f3f7.tar.gz timeline-8784a7266071eb7348ec3f22b249994243a8f3f7.tar.bz2 timeline-8784a7266071eb7348ec3f22b249994243a8f3f7.zip |
Merge pull request #772 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.25.1
-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 a4939967..1df66b67 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": "^3.4.1",
- "eslint-plugin-react": "^7.24.0",
+ "eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.4.2",
|