From 49c21f7dc4bb397627aa3c483fa547a78e51842f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 31 May 2019 07:31:28 +0000 Subject: [PATCH] Update mini-css-extract-plugin requirement from ^0.6.0 to ^0.7.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.6.0...v0.7.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3832db2b..363c04f9f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "file-loader": "^3.0.1", "jest": "^24.0.0", "jest-serializer-vue": "^2.0.2", - "mini-css-extract-plugin": "^0.6.0", + "mini-css-extract-plugin": "^0.7.0", "node-sass": "^4.10.0", "prettier-eslint": "^8.8.2", "raw-loader": "^2.0.0",