diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-11 05:05:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 05:05:30 +0000 |
commit | 5ac440bee388109ecee58886d9919cc130fc8551 (patch) | |
tree | 9754d4c286aac8ccd44ec1a8b2d7c788f64c8e11 | |
parent | d4da36fd9f208e4e720584206392d5b93e9baafb (diff) | |
download | timeline-5ac440bee388109ecee58886d9919cc130fc8551.tar.gz timeline-5ac440bee388109ecee58886d9919cc130fc8551.tar.bz2 timeline-5ac440bee388109ecee58886d9919cc130fc8551.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.26.1 to 7.27.0.
- [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.26.1...v7.27.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 45d593e8..8c52d216 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.1",
+ "eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
|