diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-01 05:07:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 05:07:50 +0000 |
commit | efe76f2d5b9360aeb76824bd425ea20f748faf21 (patch) | |
tree | db832869362d9c163d09549be431e28812189d73 | |
parent | 9b8ecc5353ea66e651d50c0bf1337a30207dad60 (diff) | |
download | timeline-efe76f2d5b9360aeb76824bd425ea20f748faf21.tar.gz timeline-efe76f2d5b9360aeb76824bd425ea20f748faf21.tar.bz2 timeline-efe76f2d5b9360aeb76824bd425ea20f748faf21.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.26.0 to 7.26.1.
- [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.0...v7.26.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 fe981962..9f7daa81 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",
|