From 329f39236359751278b8c8ae0951e123bd6977f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 22 Oct 2020 18:13:08 +0200 Subject: [PATCH] feat: Update ESLint dependencies (#9856) --- package.json | 2 +- packages/react-error-overlay/package.json | 8 ++++---- packages/react-scripts/package.json | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 0a1ed95579f..3318e09b0cf 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.0.11", "alex": "^8.0.0", - "eslint": "^7.9.0", + "eslint": "^7.11.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 5ab4bbb7b8d..35ad0030b91 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -44,14 +44,14 @@ "chalk": "2.4.2", "chokidar": "^3.3.0", "cross-env": "7.0.2", - "eslint": "^7.9.0", + "eslint": "^7.11.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^5.2.0", - "eslint-plugin-import": "^2.22.0", + "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.20.6", - "eslint-plugin-react-hooks": "^4.1.2", + "eslint-plugin-react": "^7.21.5", + "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.9.2", "flow-bin": "^0.116.0", "html-entities": "1.3.1", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index a0e5a875235..826fe16f515 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -31,8 +31,8 @@ "@babel/core": "7.11.6", "@pmmmwh/react-refresh-webpack-plugin": "0.4.2", "@svgr/webpack": "5.4.0", - "@typescript-eslint/eslint-plugin": "^4.1.0", - "@typescript-eslint/parser": "^4.1.0", + "@typescript-eslint/eslint-plugin": "^4.5.0", + "@typescript-eslint/parser": "^4.5.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.3.0", "babel-loader": "8.1.0", @@ -44,14 +44,14 @@ "css-loader": "4.3.0", "dotenv": "8.2.0", "dotenv-expand": "5.1.0", - "eslint": "^7.9.0", + "eslint": "^7.11.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^5.2.0", - "eslint-plugin-import": "^2.22.0", + "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.20.6", - "eslint-plugin-react-hooks": "^4.1.2", + "eslint-plugin-react": "^7.21.5", + "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.9.2", "eslint-webpack-plugin": "^2.1.0", "file-loader": "6.1.0",