From 988e5a21e741f0f38ec4cfd18e914068945bc95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jabran=20Rafique=E2=9A=A1=EF=B8=8F?= Date: Tue, 8 Dec 2020 04:05:55 +0000 Subject: [PATCH] Upgrade @svgr/webpack to fix build error (#10213) Co-authored-by: Ian Schmitz --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 21bcc25793a..6a0d4f69241 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -30,7 +30,7 @@ "dependencies": { "@babel/core": "7.12.3", "@pmmmwh/react-refresh-webpack-plugin": "0.4.2", - "@svgr/webpack": "5.4.0", + "@svgr/webpack": "5.5.0", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "babel-eslint": "^10.1.0",