Fix failing build step in pipeline 27/143627/3
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 18 Mar 2026 15:10:40 +0000 (16:10 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 19 Mar 2026 06:49:03 +0000 (07:49 +0100)
- 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 <fiete.ostkamp@telekom.de>
catalog-ui/package.json

index ca45308..fdfcf53 100644 (file)
@@ -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",