From 7f2271fea064d6ba816406db7915380e07c71c31 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 28 Mar 2025 19:02:21 +0100 Subject: [PATCH] vue-i18n v11.0.1 -> v11.1.1 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/vue-i18n/{11.0.1 => 11.1.1}/note | 0 resources/vue-i18n/{11.0.1 => 11.1.1}/vue-i18n.min.jsm | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) rename resources/vue-i18n/{11.0.1 => 11.1.1}/note (100%) rename resources/vue-i18n/{11.0.1 => 11.1.1}/vue-i18n.min.jsm (61%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 11da76c8..51db0cc3 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1703,7 +1703,7 @@ https://cdnjs.cloudflare.com/ajax/libs/video.js/8.22.0/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/8.22.0/video.min.js https://cdnjs.cloudflare.com/ajax/libs/vue/3.5.13/vue.global.prod.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/10.0.5/vue-i18n.global.prod.min.js -https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/11.0.1/vue-i18n.global.prod.min.js +https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/11.1.1/vue-i18n.global.prod.min.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.14.0/vue-i18n.global.prod.min.js https://cdnjs.cloudflare.com/ajax/libs/vue-router/3.6.5/vue-router.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 30508902..dc904e3f 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -502,7 +502,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/vue-i18n/8.')) return '8.27.2'; if (type.startsWith('/vue-i18n/9.')) return '9.14.0'; if (type.startsWith('/vue-i18n/10.')) return '10.0.5'; - if (type.startsWith('/vue-i18n/11.')) return '11.0.1'; + if (type.startsWith('/vue-i18n/11.')) return '11.1.1'; 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 29798c82..f0f4443f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -45,6 +45,7 @@
  • swagger-ui v5.18.2 -> v5.20.2
  • tinymce v7.6.0 -> v7.6.1
  • video.js v8.21.1 -> v8.22.0
  • +
  • vue-i18n v11.0.1 -> v11.1.1
  • Fixed