diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-17 05:06:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 05:06:25 +0000 |
commit | 032da19dc66cdccbebce9e4cd8d38a5ec221bf74 (patch) | |
tree | 65323abe9fd7fd5ca5b8153245b62423e4a076f8 /FrontEnd | |
parent | c2624a95ceaeb5bc5d05afa2382e7a7ef8a4ecc0 (diff) | |
download | timeline-032da19dc66cdccbebce9e4cd8d38a5ec221bf74.tar.gz timeline-032da19dc66cdccbebce9e4cd8d38a5ec221bf74.tar.bz2 timeline-032da19dc66cdccbebce9e4cd8d38a5ec221bf74.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.25.1 to 7.25.2.
- [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.1...v7.25.2)
---
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>
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 78723f07..d5fad834 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.1",
+ "eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.4.2",
|