From 6543e3982c181e6edd264866d3f890f7853f50c8 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 16 May 2022 19:14:33 +0200 Subject: [PATCH] [Project] Updated web dependencies --- .../resources/archetype-resources/src/main/webapp/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json b/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json index d5da522ee..1fca67fde 100644 --- a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json +++ b/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json @@ -6,7 +6,7 @@ "private": true, "dependencies": { "strolchjs": "strolch-li/strolchjs#^0.5.1", - "strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.4", + "strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.5", "strolch-wc-auth": "strolch-li/strolch-wc-auth#^0.9.8", "strolch-wc-badge": "strolch-li/strolch-wc-badge#^0.1.4", "strolch-wc-notification": "strolch-li/strolch-wc-notification#^0.1.1",