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] 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",