From: Fiete Ostkamp Date: Wed, 18 Mar 2026 15:10:40 +0000 (+0100) Subject: Fix failing build step in pipeline X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c76ce604adb79a5ac7a503818c32523e16ba6ab6;p=sdc.git 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 --- 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",