diff options
author | crupest <crupest@outlook.com> | 2022-02-01 19:35:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 19:35:41 +0800 |
commit | e6d06eb09c7d387f69f9f39e685db4ab6704a8c2 (patch) | |
tree | ea0730b19eff78749e4efc1087c30641ced06c4b | |
parent | 39e84fbc502359ebdaa985b78f5c3362b5ed9a55 (diff) | |
parent | 5e407655ac5fd7086f9155db35e24de352e0fc72 (diff) | |
download | timeline-e6d06eb09c7d387f69f9f39e685db4ab6704a8c2.tar.gz timeline-e6d06eb09c7d387f69f9f39e685db4ab6704a8c2.tar.bz2 timeline-e6d06eb09c7d387f69f9f39e685db4ab6704a8c2.zip |
Merge pull request #1038 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.28.0
build(deps-dev): Bump eslint-plugin-react from 7.27.1 to 7.28.0 in /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 cf246983..9df12a18 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.27.1",
+ "eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
|