From 5f9d03905617f59ec575a758f7dee34bdbcae02a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2019 01:15:21 +0000 Subject: [PATCH] Update mini-css-extract-plugin requirement from ^0.7.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.7.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 067badec5..07085c283 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "file-loader": "^4.0.0", "jest": "^24.0.0", "jest-serializer-vue": "^2.0.2", - "mini-css-extract-plugin": "^0.7.0", + "mini-css-extract-plugin": "^0.8.0", "node-sass": "^4.10.0", "prettier-eslint": "^9.0.0", "raw-loader": "^3.0.0",