From 27e461fd378157a64e1047e75bfeb37f88ac63f2 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Tue, 23 Feb 2021 12:45:09 +0100 Subject: [PATCH] [Project] Updated to inspector 0.22.0 and auth 0.9.0 --- .../resources/archetype-resources/src/main/webapp/bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 7e552e899..9cfa2a499 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 @@ -7,8 +7,8 @@ "dependencies": { "strolchjs": "4treesCH/strolchjs#^0.4.3", "strolch-wc-styles": "4treesCH/strolch-wc-styles#^0.3.0", - "strolch-wc-auth": "4treesCH/strolch-wc-auth#^0.8.2", - "strolch-wc-inspector": "4treesCH/strolch-wc-inspector#^0.21.0", + "strolch-wc-auth": "4treesCH/strolch-wc-auth#^0.9.0", + "strolch-wc-inspector": "4treesCH/strolch-wc-inspector#^0.22.0", "strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.9", "strolch-wc-reports": "4treesCH/strolch-wc-reports#^0.2.11", "strolch-wc-paging": "4treesCH/strolch-wc-paging#^0.1.3",