From 2bef8a560970d85c88ecee3e06f0b6960918e1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 22 Jul 2020 20:33:55 +0200 Subject: [PATCH] feat: Update ESLint dependencies (#9251) Co-authored-by: Ian Schmitz --- package.json | 2 +- packages/eslint-config-react-app/package.json | 10 +++++----- packages/react-error-overlay/package.json | 10 +++++----- packages/react-scripts/package.json | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index a97c57bcb78..4f3c9bee078 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@testing-library/react": "^10.2.1", "@testing-library/user-event": "^12.0.2", "alex": "^8.0.0", - "eslint": "^7.3.0", + "eslint": "^7.5.0", "execa": "1.0.0", "fs-extra": "^9.0.0", "get-port": "^5.1.1", diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index b152abd36d9..573fece08be 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -19,11 +19,11 @@ "@typescript-eslint/parser": "^3.0.0", "babel-eslint": "^10.0.0", "eslint": "^7.0.0", - "eslint-plugin-flowtype": "^5.0.0", - "eslint-plugin-import": "^2.21.1", - "eslint-plugin-jsx-a11y": "^6.3.0", - "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^4.0.1" + "eslint-plugin-flowtype": "^5.2.0", + "eslint-plugin-import": "^2.22.0", + "eslint-plugin-jsx-a11y": "^6.3.1", + "eslint-plugin-react": "^7.20.3", + "eslint-plugin-react-hooks": "^4.0.8" }, "dependencies": { "confusing-browser-globals": "^1.0.9" diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index 9fcfe6ddd9f..14bf3f49b99 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -44,13 +44,13 @@ "chalk": "2.4.2", "chokidar": "^3.3.0", "cross-env": "7.0.2", - "eslint": "^7.3.0", + "eslint": "^7.5.0", "eslint-config-react-app": "^5.2.1", - "eslint-plugin-flowtype": "^5.1.3", - "eslint-plugin-import": "^2.21.2", + "eslint-plugin-flowtype": "^5.2.0", + "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^4.0.4", + "eslint-plugin-react": "^7.20.3", + "eslint-plugin-react-hooks": "^4.0.8", "flow-bin": "^0.116.0", "html-entities": "1.3.1", "jest": "26.1.0", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 5231f0922d6..12db4f1d957 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -44,14 +44,14 @@ "css-loader": "3.6.0", "dotenv": "8.2.0", "dotenv-expand": "5.1.0", - "eslint": "^7.3.0", + "eslint": "^7.5.0", "eslint-config-react-app": "^5.2.1", "eslint-loader": "^4.0.2", - "eslint-plugin-flowtype": "^5.1.3", - "eslint-plugin-import": "^2.21.2", + "eslint-plugin-flowtype": "^5.2.0", + "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^4.0.4", + "eslint-plugin-react": "^7.20.3", + "eslint-plugin-react-hooks": "^4.0.8", "file-loader": "6.0.0", "fs-extra": "^9.0.0", "html-webpack-plugin": "4.3.0",