From c84806d41588e86cc010c49c4f7295863c85336c Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 27 Oct 2023 15:41:17 +0200 Subject: [PATCH] vue-i18n v9.5.0 -> v9.6.0 (#1575) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/vue-i18n/{9.5.0 => 9.6.0}/note | 0 resources/vue-i18n/{9.5.0 => 9.6.0}/vue-i18n.min.jsm | 0 5 files changed, 3 insertions(+), 2 deletions(-) rename resources/vue-i18n/{9.5.0 => 9.6.0}/note (100%) rename resources/vue-i18n/{9.5.0 => 9.6.0}/vue-i18n.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 3f9bc994..05d871ce 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1832,7 +1832,7 @@ https://cdnjs.cloudflare.com/ajax/libs/video.js/8.6.1/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/8.6.1/video.min.js https://cdnjs.cloudflare.com/ajax/libs/vue/3.3.7/vue.global.prod.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.27.2/vue-i18n.min.js -https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.5.0/vue-i18n.cjs.min.js +https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.6.0/vue-i18n.cjs.min.js https://cdnjs.cloudflare.com/ajax/libs/vue-router/3.6.5/vue-router.min.js https://cdnjs.cloudflare.com/ajax/libs/vue-router/4.2.5/vue-router.global.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 9b1a8dd5..d13779c0 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -488,7 +488,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/vue/2.')) return '2.6.14'; if (type.startsWith('/vue/3.')) return '3.3.7'; if (type.startsWith('/vue-i18n/8.')) return '8.27.2'; - if (type.startsWith('/vue-i18n/9.')) return '9.5.0'; + if (type.startsWith('/vue-i18n/9.')) return '9.6.0'; if (type.startsWith('/vue-match-media/1.')) return '1.0.3'; if (type.startsWith('/vue-resource/1.')) return '1.5.3'; if (type.startsWith('/vue-router/3.')) return '3.6.5'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 64f53335..2721b8c0 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • swagger-ui v5.9.0 -> v5.9.1 (#1572)
  • p5.js v1.7.0 -> v1.8.0 (#1573)
  • tensorflow v4.11.0 -> v4.12.0 (#1574)
  • +
  • vue-i18n v9.5.0 -> v9.6.0 (#1575)
  • Improved