diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-04 05:07:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 05:07:47 +0000 |
commit | 53b6aef180d9d63bfc27316783ac31f3ad734912 (patch) | |
tree | 4e28bc45fb6e3f08de27cc5ed35db34d2e68ecb6 /FrontEnd | |
parent | 6af38027dd3db29edce88ba609fb3391a7711cc3 (diff) | |
download | timeline-53b6aef180d9d63bfc27316783ac31f3ad734912.tar.gz timeline-53b6aef180d9d63bfc27316783ac31f3ad734912.tar.bz2 timeline-53b6aef180d9d63bfc27316783ac31f3ad734912.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.28.0 to 7.29.3.
- [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.28.0...v7.29.3)
---
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>
Diffstat (limited to '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 4859a572..cfeabf9e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.28.0",
+ "eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
|