diff options
author | crupest <crupest@outlook.com> | 2021-09-21 14:15:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 14:15:30 +0800 |
commit | 5cf4055cf170dfbef4fbbfa23b79aab8f0a2f5f7 (patch) | |
tree | 1681a79941373c9ea45791de2ca2a416be3ba47e /FrontEnd | |
parent | c7083bb1868044cbf62d56edfb896b174d31e2b8 (diff) | |
parent | 742f987111b482699f7f848ce050b5996c310b21 (diff) | |
download | timeline-5cf4055cf170dfbef4fbbfa23b79aab8f0a2f5f7.tar.gz timeline-5cf4055cf170dfbef4fbbfa23b79aab8f0a2f5f7.tar.bz2 timeline-5cf4055cf170dfbef4fbbfa23b79aab8f0a2f5f7.zip |
Merge pull request #831 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.26.0
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 e266343b..e3cce7b6 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.3",
+ "eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
|