From ec29b68c75b31108559e45c78fcf14c477c0f515 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 23:39:51 +0000 Subject: [PATCH] Update mini-css-extract-plugin requirement from 0.5.0 to 0.8.0 Updates the requirements on [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.5.0...v0.8.0) 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 21aea91..cbad9a8 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "html-webpack-plugin": "3.2.0", "jest": "24.5.0", "jest-cli": "24.5.0", - "mini-css-extract-plugin": "0.5.0", + "mini-css-extract-plugin": "0.8.0", "node-sass": "4.11.0", "optimize-css-assets-webpack-plugin": "5.0.1", "sass-loader": "7.1.0",