diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-14 05:10:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 05:10:46 +0000 |
commit | 72c0d942258be893892d664631ff7945aeb20b21 (patch) | |
tree | 6faa271f7a57e1d082670948570c87e502f17dca | |
parent | e3eacd41a265656a6ac5baf685ad6bdc8553cada (diff) | |
download | timeline-72c0d942258be893892d664631ff7945aeb20b21.tar.gz timeline-72c0d942258be893892d664631ff7945aeb20b21.tar.bz2 timeline-72c0d942258be893892d664631ff7945aeb20b21.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.29.3 to 7.29.4.
- [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.29.3...v7.29.4)
---
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 834b41cd..3e7a6a21 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.29.3",
+ "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.6.2",
|