From c29937eec09a0e7ea2b0bbec101bb5cef62535cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 16 May 2018 12:23:51 +0000 Subject: [PATCH] Update extract-text-webpack-plugin requirement to ^3.0.2 Updates the requirements on [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/extract-text-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/extract-text-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/extract-text-webpack-plugin/commits/v3.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75b683a..2b9b866 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "d3": "^3.5.17", "electron": "^1.6.8", "electron-packager": "^8.7.0", - "extract-text-webpack-plugin": "^2.1.0", + "extract-text-webpack-plugin": "^3.0.2", "html-loader": "^0.4.5", "jquery": "^3.2.1", "node-sass": "^4.5.2",