From ebee3d509ade50780c8dd670f11859bb9b2cdae9 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 19 May 2022 19:24:39 +0200 Subject: [PATCH] vue v3.2.33 -> v3.2.34 (#996) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/vue/3.2.33/vue.min.jsm | 1 - resources/vue/{3.2.33 => 3.2.34}/note | 0 resources/vue/3.2.34/vue.min.jsm | 1 + 6 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 resources/vue/3.2.33/vue.min.jsm rename resources/vue/{3.2.33 => 3.2.34}/note (100%) create mode 100644 resources/vue/3.2.34/vue.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 32f2574e..d7230843 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1706,7 +1706,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.19.2/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/7.19.2/video.min.js -https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.33/vue.global.prod.js +https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.34/vue.global.prod.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.27.1/vue-i18n.min.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.1.10/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 a6997331..004f6f6c 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -419,7 +419,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.33'; + if (type.startsWith('/vue/3.')) return '3.2.34'; if (type.startsWith('/vue-i18n/8.')) return '8.27.1'; if (type.startsWith('/vue-i18n/9.')) return '9.1.10'; if (type.startsWith('/vue-match-media/1.')) return '1.0.3'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index ffe748b0..5c92183d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -43,6 +43,7 @@
  • jquery-validate v1.19.3 -> v1.19.4 (#993)
  • algoliasearch v4.13.0 -> v4.13.1 (#994)
  • socket.io v4.5.0 -> v4.5.1 (#995)
  • +
  • vue v3.2.33 -> v3.2.34 (#996)
  • Fixed