From 84e6532a80c734f431f8264bf35d92a02c925412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 21:32:00 +0100 Subject: [PATCH] chore(deps-dev): bump mini-css-extract-plugin from 1.6.2 to 2.0.0 (#163) Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.6.2 to 2.0.0. - [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/v1.6.2...v2.0.0) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc5bd554..c0119466 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^7.29.0", "eslint-config-react-app": "^6.0.0", "html-webpack-plugin": "^5.3.2", - "mini-css-extract-plugin": "^1.6.0", + "mini-css-extract-plugin": "^2.0.0", "sass": "^1.35.1", "sass-loader": "^12.1.0", "source-map-loader": "^3.0.0",