diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-03 02:04:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 02:04:00 +0000 |
commit | 33a71ae288b2f41a12899654f5c0cb3de1d2b4a1 (patch) | |
tree | a74260b3537bb81f96e5da8fab362c06ec299a24 /package.json | |
parent | 38ae2883839f4738e69d80b84c1fbd714d19b165 (diff) |
Bump eslint-plugin-react from 7.26.1 to 7.28.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.26.1 to 7.28.0.
- [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.26.1...v7.28.0)
---
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 31b5cc9..17d65f1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "3.4.0", - "eslint-plugin-react": "7.26.1", + "eslint-plugin-react": "7.28.0", "eslint-plugin-standard": "^5.0.0", "express": "^4.17.1", "html-webpack-plugin": "4.5.2", |