From 13f29adff29b0e525044e395764baa5c512d11cf 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd95dae6a0b..12fd017d69b 100644 --- a/package.json +++ b/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",