diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-20 05:05:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 05:05:48 +0000 |
commit | 8312ff7b6be383d624de00eddff10efdcc835876 (patch) | |
tree | 8886417fe5e2ac69809b6165bcfae255453294b2 | |
parent | 3f344723dc039c115c0c64f985a0240fba2cf71d (diff) | |
download | timeline-8312ff7b6be383d624de00eddff10efdcc835876.tar.gz timeline-8312ff7b6be383d624de00eddff10efdcc835876.tar.bz2 timeline-8312ff7b6be383d624de00eddff10efdcc835876.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.25.2 to 7.25.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.25.2...v7.25.3)
---
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 5f54c8bb..c65fd34a 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.2",
+ "eslint-plugin-react": "^7.25.3",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
|