From e0cb0f9a32e09219a873544400c7b42f0aeac647 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 4 Feb 2022 06:40:39 +0100 Subject: [PATCH] package.json: Bump mini-css-extract-plugin version Update to the latest version. This reverts the hack in commit 96e9c669adc5413, the API was fixed in 2.5.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc70155..9affe2b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-webpack-plugin": "^2.5.3", "htmlparser": "^1.7.7", "jed": "^1.1.1", - "mini-css-extract-plugin": "~2.4.5", + "mini-css-extract-plugin": "^2.5.3", "po2json": "^1.0.0-alpha", "qunit": "^2.9.3", "sass": "^1.35.2",