From c76ce604adb79a5ac7a503818c32523e16ba6ab6 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 18 Mar 2026 16:10:40 +0100 Subject: [PATCH] Fix failing build step in pipeline - migrate from the node-sass to the sass package in the catalog-ui module - this fixes a build failure in the docker stage pipeline Issue-ID: SDC-4809 Change-Id: I517b5fef15c98c8ec181630710330ab2cc00b894 Signed-off-by: Fiete Ostkamp --- catalog-ui/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalog-ui/package.json b/catalog-ui/package.json index ca4530883b..fdfcf53c93 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -70,7 +70,8 @@ "postcss-loader": "^0.13.0", "postcss-url": "^5.1.2", "raw-loader": "^0.5.1", - "sass-loader": "^4.1.1", + "sass": "^1.32.0", + "sass-loader": "^7.3.1", "script-loader": "^0.7.0", "source-map-loader": "^0.1.5", "start-server-and-test": "^1.9.1", -- 2.16.6