chore(react): fix version on eslint-plugin-react (#9121)
This commit is contained in:
parent
34fba4aad4
commit
06ff832ea9
@ -146,7 +146,7 @@
|
||||
"eslint-plugin-cypress": "^2.10.3",
|
||||
"eslint-plugin-import": "2.25.2",
|
||||
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||
"eslint-plugin-react": "7.27.0",
|
||||
"eslint-plugin-react": "7.28.0",
|
||||
"eslint-plugin-react-hooks": "4.3.0",
|
||||
"express": "4.17.2",
|
||||
"file-loader": "^6.2.0",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
export const nxVersion = '*';
|
||||
|
||||
export const nextVersion = '12.1.0';
|
||||
export const eslintConfigNextVersion = '12.1.0';
|
||||
export const eslintConfigNextVersion = '12.1.1-canary.3';
|
||||
export const sassVersion = '1.43.2';
|
||||
export const lessLoader = '10.2.0';
|
||||
export const stylusLoader = '6.2.0';
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
"chalk": "4.1.0",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"eslint-plugin-react": "^7.27.0",
|
||||
"eslint-plugin-react": "7.28.0",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"react-refresh": "^0.10.0",
|
||||
"url-loader": "^4.1.1",
|
||||
|
||||
@ -28,7 +28,7 @@ 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 eslintPluginReactVersion = '7.28.0';
|
||||
export const eslintPluginReactHooksVersion = '4.3.0';
|
||||
|
||||
export const babelPluginStyledComponentsVersion = '1.10.7';
|
||||
|
||||
28
yarn.lock
28
yarn.lock
@ -11741,30 +11741,10 @@ eslint-plugin-react-hooks@4.3.0, eslint-plugin-react-hooks@^4.3.0:
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz"
|
||||
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
|
||||
|
||||
eslint-plugin-react@7.27.0:
|
||||
version "7.27.0"
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz"
|
||||
integrity sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==
|
||||
dependencies:
|
||||
array-includes "^3.1.4"
|
||||
array.prototype.flatmap "^1.2.5"
|
||||
doctrine "^2.1.0"
|
||||
estraverse "^5.3.0"
|
||||
jsx-ast-utils "^2.4.1 || ^3.0.0"
|
||||
minimatch "^3.0.4"
|
||||
object.entries "^1.1.5"
|
||||
object.fromentries "^2.0.5"
|
||||
object.hasown "^1.1.0"
|
||||
object.values "^1.1.5"
|
||||
prop-types "^15.7.2"
|
||||
resolve "^2.0.0-next.3"
|
||||
semver "^6.3.0"
|
||||
string.prototype.matchall "^4.0.6"
|
||||
|
||||
eslint-plugin-react@^7.27.0:
|
||||
version "7.27.1"
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz"
|
||||
integrity sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==
|
||||
eslint-plugin-react@7.28.0, eslint-plugin-react@^7.27.0:
|
||||
version "7.28.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
|
||||
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
|
||||
dependencies:
|
||||
array-includes "^3.1.4"
|
||||
array.prototype.flatmap "^1.2.5"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user