diff options
author | crupest <crupest@outlook.com> | 2021-09-20 14:46:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 14:46:04 +0800 |
commit | eae7efdb94cfa963344f3e8723a52293cfae9f25 (patch) | |
tree | a58f0deea758df0d65a64fa1680181da730c4110 | |
parent | e8dc5e50baca02afb0f15418722eefadc7d349aa (diff) | |
parent | 8312ff7b6be383d624de00eddff10efdcc835876 (diff) | |
download | timeline-eae7efdb94cfa963344f3e8723a52293cfae9f25.tar.gz timeline-eae7efdb94cfa963344f3e8723a52293cfae9f25.tar.bz2 timeline-eae7efdb94cfa963344f3e8723a52293cfae9f25.zip |
Merge pull request #829 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.25.3
-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 e644c5f2..f465a313 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.25.2",
+ "eslint-plugin-react": "^7.25.3",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
|