diff options
author | dependabot[bot] | 2021-08-30 17:06:03 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 7ad0d2e170a5acef65295b03bcd22bd81c88c788 (patch) | |
tree | 5668bdedf071693c478b0012bed6190ea520f247 /vnext/package.json | |
parent | d97ac3f472ceae0d060adcac5d9b7b4ab15efb39 (diff) |
Bump eslint-plugin-react from 7.24.0 to 7.25.1
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>
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 8874312f..13bb4e7d 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -25,7 +25,7 @@ "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^24.4.0", "eslint-plugin-only-ascii": "^0.0.0", - "eslint-plugin-react": "^7.24.0", + "eslint-plugin-react": "^7.25.1", "eslint-plugin-react-hooks": "^4.2.0", "eslint-webpack-plugin": "^3.0.1", "file-loader": "^6.2.0", |