From 685c0f6b6c6d61cb9b91fae18f2bf7e3da4e79f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 11:20:46 +0000 Subject: [PATCH] Update webpack requirement from ^3.6.0 to ^4.39.3 Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v3.6.0...v4.39.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 056cbb4..8870a2c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "path": "^0.12.7", - "webpack": "^3.6.0" + "webpack": "^4.39.3" }, "dependencies": { "aphrodite": "^1.2.4",