Skip to content

Commit

Permalink
chore(react): fix version on eslint-plugin-react
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Feb 25, 2022
1 parent e677a1d commit d0b5a9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -306,6 +306,7 @@
"resolutions": {
"ng-packagr/rxjs": "6.6.7",
"**/xmlhttprequest-ssl": "~1.6.2",
"immer": "~9.0.6"
"immer": "~9.0.6",
"eslint-plugin-react": "7.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11761,10 +11761,10 @@ eslint-plugin-react@7.27.0:
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"
Expand Down

0 comments on commit d0b5a9e

Please sign in to comment.