Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Update vue to 2.7.14, quasar to 1.22.10; all seems to work well in pa…
Browse files Browse the repository at this point in the history
…rtial tests of existing screens, minor version updates are hopefully backward compatible but worth keeping an eye out for issues
  • Loading branch information
jonesde committed Sep 2, 2023
1 parent f1cfde4 commit 1692b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base-component/webroot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1692b55

Please sign in to comment.