diff options
author | dependabot[bot] | 2024-07-22 21:08:51 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2024-07-24 21:44:32 +0300 |
commit | 7dc3597306e3ad015ccdde9c47cd352400490b7e (patch) | |
tree | 5378a37cc82ff97a0b121867e27b981f225eb118 /package.json | |
parent | bfa95139a3abd3f102272d37436db6be63323f37 (diff) |
build(deps-dev): bump eslint-plugin-react from 7.34.4 to 7.35.0
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.4 to 7.35.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.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 403af770..ec8504df 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-jsdoc": "^48.7.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.4.0", - "eslint-plugin-react": "^7.34.4", + "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^6.2.2", "eslint-webpack-plugin": "^4.2.0", |