diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-30 05:05:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 05:05:53 +0000 |
commit | 18c927a0ab56d19b78ddf95b2caecb0217d5a997 (patch) | |
tree | 8ae62668dd436a21b2dc1e3f4fb550547ec16a85 | |
parent | 2d0014fcfb1525c0efb9e6a797c21923df2cf32a (diff) | |
download | timeline-18c927a0ab56d19b78ddf95b2caecb0217d5a997.tar.gz timeline-18c927a0ab56d19b78ddf95b2caecb0217d5a997.tar.bz2 timeline-18c927a0ab56d19b78ddf95b2caecb0217d5a997.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.24.0 to 7.25.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.24.0...v7.25.1)
---
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 fe27297b..666fa712 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": "^3.4.1",
- "eslint-plugin-react": "^7.24.0",
+ "eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5",
|