diff options
author | dependabot[bot] | 2023-01-30 21:40:17 +0000 |
---|---|---|
committer | vitalyster | 2023-01-31 01:43:02 +0300 |
commit | c022305e55dec69fd8c5386816a1ef52b24feb8d (patch) | |
tree | 55df4fa053ad30f7bbb692367425acfed0e3d4be /vnext/package.json | |
parent | 876444781e766c77ee88a6a67a488002e2462c28 (diff) |
build(deps-dev): bump eslint-plugin-react in /vnext
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.1 to 7.32.2.
- [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.32.1...v7.32.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 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 7ab7ef2c..f320fe4e 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -33,7 +33,7 @@ "eslint-plugin-no-floating-promise": "^1.0.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "^7.32.1", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^5.10.0", "jest": "^29.4.1", |