From 68d68c2b5794ee86a013ae13774ff33d4b7a5866 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Sun, 16 Jan 2022 14:55:14 +0530 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=F0=9F=93=8C=20=20pin=20mini-c?= =?UTF-8?q?ss-extract-plugin=20version=20to=202.4.5=20to=20fix=20breaking?= =?UTF-8?q?=20builds=20(#612)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a48595c124..46ced969cf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,7 @@ "history": "4.10.1", "html-webpack-plugin": "5.1.0", "jest": "26.6.0", - "mini-css-extract-plugin": "^2.4.5", + "mini-css-extract-plugin": "2.4.5", "monaco-editor": "^0.30.0", "react": "17.0.0", "react-dom": "17.0.0",