From 9e845affab000be46b38223e45f92b590947e892 Mon Sep 17 00:00:00 2001 From: Aijana Schumann Date: Fri, 11 Dec 2020 11:20:14 +0100 Subject: ConfigurationApp Bugfix Fix namespace of root element of augmented elements is wrong after update Issue-ID: CCSDK-3036 Signed-off-by: Aijana Schumann Change-Id: I38c6b8bc5fc4826886dbf48ad6e6ee363702ecb2 --- sdnr/wt/odlux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdnr/wt/odlux/package.json') diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json index c5004ca72..8ef5168ff 100644 --- a/sdnr/wt/odlux/package.json +++ b/sdnr/wt/odlux/package.json @@ -58,7 +58,7 @@ "jest": "23.6.0", "less": "3.8.1", "less-loader": "4.1.0", - "node-sass": "4.9.3", + "node-sass": "4.12.0", "postcss-loader": "3.0.0", "requirejs": "2.3.6", "requirejs-webpack-plugin": "1.0.5", -- cgit 1.2.3-korg