From 44e38d1ff9ed7c57b60abc2470f7b3d31703ed2c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 18 Jan 2022 11:51:36 +0800 Subject: [PATCH] fix(deps): update dependency mini-css-extract-plugin to ~2.4.7 (#340) (#341) --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 2b326511..e9787001 100644 --- a/core/package.json +++ b/core/package.json @@ -47,7 +47,7 @@ "@types/semver": "7.3.9", "eslint-config-react-app": "^7.0.0", "fs-extra": "10.0.0", - "mini-css-extract-plugin": "~2.4.5", + "mini-css-extract-plugin": "~2.4.7", "minimist": "1.2.5", "mocker-api": "2.9.4", "postcss": "^8.4.4",