From 410cef300a0497a79df7f202d10a3eaa500ef5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 2 Jul 2020 22:14:01 +0200 Subject: [PATCH 1/2] feat: Update ESLint dependencies --- package.json | 2 +- packages/react-error-overlay/package.json | 10 +++++----- packages/react-scripts/package.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 8f10cdcae49..f5c28713a9b 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.4.0", "execa": "1.0.0", "fs-extra": "^9.0.0", "get-port": "^5.1.1", diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index 9f18b801e47..7a1f9f169a2 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.4.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.5", "flow-bin": "^0.116.0", "html-entities": "1.3.1", "jest": "26.0.1", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 8c1d20dcc17..e2c91c60dea 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.4.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.5", "file-loader": "6.0.0", "fs-extra": "^9.0.0", "html-webpack-plugin": "4.3.0", From 257eea0dbe9c73df3ffbcd8b8dc765a3c45a8e40 Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Wed, 22 Jul 2020 11:04:46 -0700 Subject: [PATCH 2/2] Upgrade --- package.json | 2 +- packages/eslint-config-react-app/package.json | 10 +++++----- packages/react-error-overlay/package.json | 4 ++-- packages/react-scripts/package.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c55ce82d287..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.4.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 7a7a4162197..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.4.0", + "eslint": "^7.5.0", "eslint-config-react-app": "^5.2.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.5", + "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 4a4458f752f..dfd565c5d91 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.4.0", + "eslint": "^7.5.0", "eslint-config-react-app": "^5.2.1", "eslint-loader": "^4.0.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.3", - "eslint-plugin-react-hooks": "^4.0.5", + "eslint-plugin-react-hooks": "^4.0.8", "file-loader": "6.0.0", "fs-extra": "^9.0.0", "html-webpack-plugin": "4.3.0",