aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-04-29 21:14:52 +0000
committerGravatar vitalyster2024-05-01 17:34:10 +0300
commit6326eda952c29e1b84a94807c16a535cd8563b05 (patch)
tree3614a68923ad1156fed84cf077abddaf7e979d15 /package.json
parent23e0dc7cc8e4286cf5546f1f341d25bd83c8ff73 (diff)
build(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cdc332e3..7487251c 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
- "eslint-plugin-react-hooks": "^4.6.0",
+ "eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-webpack-plugin": "^4.1.0",
"html-webpack-plugin": "^5.6.0",