From 62e38390770a174e5aedaf7af808d1d997f98647 Mon Sep 17 00:00:00 2001 From: James Cleveland Date: Thu, 3 Sep 2020 14:58:49 +0100 Subject: [PATCH] Update typescript eslint plugins to v4 Should be backwards compatible, but adding support for TypeScript 4 in projects using CRA --- packages/react-scripts/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index fda8c90d2e9..1a80150f004 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -31,8 +31,8 @@ "@babel/core": "7.10.5", "@pmmmwh/react-refresh-webpack-plugin": "0.4.1", "@svgr/webpack": "5.4.0", - "@typescript-eslint/eslint-plugin": "^3.3.0", - "@typescript-eslint/parser": "^3.3.0", + "@typescript-eslint/eslint-plugin": "^4.0.1", + "@typescript-eslint/parser": "^4.0.1", "babel-eslint": "^10.1.0", "babel-jest": "^26.3.0", "babel-loader": "8.1.0",