From 88b6fffd5e768fc601a499434e40c03589195df5 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 8 Dec 2021 06:32:53 +0100 Subject: [PATCH] vue v3.2.23 -> v3.2.24 (#803) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/vue/3.2.23/vue.min.jsm | 1 - resources/vue/{3.2.23 => 3.2.24}/note | 0 resources/vue/3.2.24/vue.min.jsm | 1 + 6 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 resources/vue/3.2.23/vue.min.jsm rename resources/vue/{3.2.23 => 3.2.24}/note (100%) create mode 100644 resources/vue/3.2.24/vue.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 057499ef..a7acb1d7 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1675,7 +1675,7 @@ https://cdnjs.cloudflare.com/ajax/libs/video.js/6.13.0/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/6.13.0/video.min.js https://cdnjs.cloudflare.com/ajax/libs/video.js/7.17.1/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/7.17.1/video.min.js -https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.23/vue.global.prod.js +https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.24/vue.global.prod.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.26.7/vue-i18n.min.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.1.9/vue-i18n.cjs.min.js https://cdnjs.cloudflare.com/ajax/libs/vuex/3.6.2/vuex.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index ffce7910..be08058e 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -397,7 +397,7 @@ targets.setLastVersion = function (type, version) { } if (type.startsWith('/vue/1.')) return '1.0.28'; if (type.startsWith('/vue/2.')) return '2.6.14'; - if (type.startsWith('/vue/3.')) return '3.2.23'; + if (type.startsWith('/vue/3.')) return '3.2.24'; if (type.startsWith('/vue-i18n/8.')) return '8.26.7'; if (type.startsWith('/vue-i18n/9.')) return '9.1.9'; if (type.startsWith('/vue-resource/1.')) return '1.5.3'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 4ec51bbb..b85c8009 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • Google Material Icons v117 -> v118 (#798)
  • d3 v7.1.1 -> v7.2.0 (#801)
  • instantsearch.js v4.33.2 -> v4.34.0 (#802)
  • +
  • vue v3.2.23 -> v3.2.24 (#803)
  • Mapping