diff options
author | crupest <crupest@outlook.com> | 2022-03-04 20:13:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 20:13:12 +0800 |
commit | 8db32b6411ec6ff196ca32f130bef321685f0f91 (patch) | |
tree | 4e28bc45fb6e3f08de27cc5ed35db34d2e68ecb6 | |
parent | 6af38027dd3db29edce88ba609fb3391a7711cc3 (diff) | |
parent | 53b6aef180d9d63bfc27316783ac31f3ad734912 (diff) | |
download | timeline-8db32b6411ec6ff196ca32f130bef321685f0f91.tar.gz timeline-8db32b6411ec6ff196ca32f130bef321685f0f91.tar.bz2 timeline-8db32b6411ec6ff196ca32f130bef321685f0f91.zip |
Merge pull request #1085 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.29.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 4859a572..cfeabf9e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.28.0",
+ "eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
|