diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-21 05:05:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 05:05:36 +0000 |
commit | 742f987111b482699f7f848ce050b5996c310b21 (patch) | |
tree | 746d0ef4fc72be76b8d9438c0d4c98296a264ae4 | |
parent | 4a67560cfbf0f061b32a0510296af072d570b39b (diff) | |
download | timeline-742f987111b482699f7f848ce050b5996c310b21.tar.gz timeline-742f987111b482699f7f848ce050b5996c310b21.tar.bz2 timeline-742f987111b482699f7f848ce050b5996c310b21.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.25.3 to 7.26.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.25.3...v7.26.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 66709023..bddc4785 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.25.3",
+ "eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
|