feat(react): upgrade eslint-plugin-react-hooks to 4.3.0
This commit is contained in:
parent
940fb0dced
commit
9ba836bfda
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user