From 1692b55380bfec25edba88e25d263c1036ec60bd Mon Sep 17 00:00:00 2001 From: David E Jones Date: Sat, 2 Sep 2023 12:59:21 -0500 Subject: [PATCH] Update vue to 2.7.14, quasar to 1.22.10; all seems to work well in partial tests of existing screens, minor version updates are hopefully backward compatible but worth keeping an eye out for issues --- base-component/webroot/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base-component/webroot/build.gradle b/base-component/webroot/build.gradle index d60aca9a6..389009aed 100644 --- a/base-component/webroot/build.gradle +++ b/base-component/webroot/build.gradle @@ -88,12 +88,12 @@ def fileMap = [ "typeahead.js/0.11.1/typeahead.jquery.min.js":"", - "vue/2.6.10/vue.js":"", - "vue/2.6.10/vue.min.js":"" + "vue/2.7.14/vue.js":"", + "vue/2.7.14/vue.min.js":"" ] def jsdelivrBase = "https://cdn.jsdelivr.net/npm/" -def jsdelivrList = ["quasar@1.15.20/dist/quasar.min.css", "quasar@1.15.20/dist/quasar.umd.min.js"] +def jsdelivrList = ["quasar@1.22.10/dist/quasar.min.css", "quasar@1.22.10/dist/quasar.umd.min.js"] String getTargetPath(String sourcePath, String targetPath) { if (!targetPath) {