diff options
author | crupest <crupest@outlook.com> | 2021-10-02 22:44:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 22:44:57 +0800 |
commit | 4cce49c3322626d99a58f10e437d59e58a476846 (patch) | |
tree | d371b574d03e4536ee398f73266d0cf6aa578551 | |
parent | c213d6bb4788c6806a93e35783604a0613847d9b (diff) | |
parent | efe76f2d5b9360aeb76824bd425ea20f748faf21 (diff) | |
download | timeline-4cce49c3322626d99a58f10e437d59e58a476846.tar.gz timeline-4cce49c3322626d99a58f10e437d59e58a476846.tar.bz2 timeline-4cce49c3322626d99a58f10e437d59e58a476846.zip |
Merge pull request #854 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.26.1
build(deps-dev): Bump eslint-plugin-react from 7.26.0 to 7.26.1 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 a66fe642..1a421597 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.26.0",
+ "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
|