diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 4c8a1a7e..1ba0b612 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -6226,9 +6226,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz", - "integrity": "sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz", + "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==", "dev": true }, "eslint-rule-composer": { diff --git a/vnext/package.json b/vnext/package.json index dca647b4..7be4ef91 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -26,7 +26,7 @@ "eslint-plugin-jest": "^24.1.0", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.21.4", - "eslint-plugin-react-hooks": "^4.1.2", + "eslint-plugin-react-hooks": "^4.2.0", "eslint-webpack-plugin": "^2.1.0", "file-loader": "^6.1.1", "html-loader": "^1.3.2", |