From 498c0cfefd85cba7a5925ecb8158887631713b74 Mon Sep 17 00:00:00 2001 From: Florian Guitton <2495155+fguitton@users.noreply.github.com> Date: Wed, 18 Aug 2021 18:26:18 +0100 Subject: [PATCH] fix: dependency issue after workbox-webpack-plugin 6.2 release (#11292) * fix: Sub-dependency of workbox-webpack-plugin failed to yeild the correct version * chore: Bump workbox-webpack-plugin to 6.2.4 to address regressions --- 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 bd95dae6a0b..12fd017d69b 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -73,7 +73,7 @@ "webpack": "5.41.1", "webpack-dev-server": "4.0.0-rc.0", "webpack-manifest-plugin": "3.1.1", - "workbox-webpack-plugin": "6.1.5" + "workbox-webpack-plugin": "6.2.4" }, "devDependencies": { "react": "^17.0.1",