diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-09 07:09:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 07:09:36 +0000 |
commit | 4790a833597b31fc71e55f8170c0d94158eb7a63 (patch) | |
tree | cf1a7b7a216a9693eb9ff8da1a61e654520538e2 | |
parent | 71d93bac0b2d7de0fd6e5eeb423f315d61e47c1b (diff) | |
download | timeline-4790a833597b31fc71e55f8170c0d94158eb7a63.tar.gz timeline-4790a833597b31fc71e55f8170c0d94158eb7a63.tar.bz2 timeline-4790a833597b31fc71e55f8170c0d94158eb7a63.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.1 to 7.23.2.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2)
Signed-off-by: dependabot[bot] <support@github.com>
-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 0ecac9ed..1032cc23 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -90,7 +90,7 @@ "eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
- "eslint-plugin-react": "^7.23.1",
+ "eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
|