feat(react): upgrade eslint-plugin-react-hooks to 4.3.0

This commit is contained in:
Philip Fulcher 2022-01-21 14:33:08 -07:00 committed by Victor Savkin
parent 940fb0dced
commit 9ba836bfda
No known key found for this signature in database
GPG Key ID: 39178FEB7698B817
3 changed files with 11 additions and 2 deletions

View File

@ -597,6 +597,15 @@
"alwaysAddToPackageJson": false
}
}
},
"13.7.0": {
"version": "13.7.0-beta.9",
"packages": {
"eslint-plugin-react-hooks": {
"version": "4.3.0",
"alwaysAddToPackageJson": false
}
}
}
}
}

View File

@ -45,7 +45,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-hooks": "^4.3.0",
"react-refresh": "^0.10.0",
"url-loader": "^4.1.1",
"webpack": "^5.58.1",

View File

@ -29,6 +29,6 @@ export const reactTestRendererVersion = '17.0.2';
export const eslintPluginImportVersion = '2.25.2';
export const eslintPluginJsxA11yVersion = '6.5.1';
export const eslintPluginReactVersion = '7.27.0';
export const eslintPluginReactHooksVersion = '4.2.0';
export const eslintPluginReactHooksVersion = '4.3.0';
export const babelPluginStyledComponentsVersion = '1.10.7';