diff options
author | crupest <crupest@outlook.com> | 2022-06-25 18:13:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 18:13:03 +0800 |
commit | 7709c623aac42b06a25415339ca130cec4918087 (patch) | |
tree | 860223b7bdddeb6a0c7e5dd87fc8326adee305d0 | |
parent | 755f274413de25ff2b5aed5669c90daf5798e41d (diff) | |
parent | 738422d8725c718080c90e6a010b2784d7c96584 (diff) | |
download | timeline-7709c623aac42b06a25415339ca130cec4918087.tar.gz timeline-7709c623aac42b06a25415339ca130cec4918087.tar.bz2 timeline-7709c623aac42b06a25415339ca130cec4918087.zip |
Merge pull request #1270 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.30.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 51857b95..0cef7391 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -63,7 +63,7 @@ "eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.30.0",
+ "eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
|