From e4270bda29edbf9af011e24574d0db88ac3efd50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= <nison.mael@gmail.com> Date: Fri, 28 Sep 2018 17:26:17 +0200 Subject: [PATCH] Bumps workbox to the next patch release (#5158) --- 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 e2d34f7b1..3fd1bfd12 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -64,7 +64,7 @@ "webpack": "4.19.1", "webpack-dev-server": "3.1.9", "webpack-manifest-plugin": "2.0.4", - "workbox-webpack-plugin": "3.6.1" + "workbox-webpack-plugin": "3.6.2" }, "devDependencies": { "react": "^16.3.2", -- GitLab