diff options
author | crupest <crupest@outlook.com> | 2021-12-07 12:59:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 12:59:26 +0800 |
commit | 0241d95d86267b1586704630452fa68af9423892 (patch) | |
tree | 80467b7411bfd537b255134139d6974029a5af4a | |
parent | c43ca00f2c4cb774f2fae45fb08b7c429e224191 (diff) | |
parent | c23a6cd0361f98466a97e075009cc76965bd41eb (diff) | |
download | timeline-0241d95d86267b1586704630452fa68af9423892.tar.gz timeline-0241d95d86267b1586704630452fa68af9423892.tar.bz2 timeline-0241d95d86267b1586704630452fa68af9423892.zip |
Merge pull request #967 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.27.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 dddc2e93..25074114 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.27.0",
+ "eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
|