From 008db469fe79f9324b17c82f418c9e48614783bf Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 17 Mar 2024 11:02:36 +0100 Subject: [PATCH] vue-i18n v9.9.1 -> v9.10.2 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/vue-i18n/{9.9.1 => 9.10.2}/note | 0 resources/vue-i18n/{9.9.1 => 9.10.2}/vue-i18n.min.jsm | 0 5 files changed, 3 insertions(+), 2 deletions(-) rename resources/vue-i18n/{9.9.1 => 9.10.2}/note (100%) rename resources/vue-i18n/{9.9.1 => 9.10.2}/vue-i18n.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 7691e259..c059634b 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1839,7 +1839,7 @@ https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.8/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.8/video.min.js https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.21/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.9.1/vue-i18n.cjs.min.js +https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.10.2/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.3.0/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 3af00cf9..62d60c5d 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -490,7 +490,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/vue/2.')) return '2.6.14'; if (type.startsWith('/vue/3.')) return '3.4.21'; if (type.startsWith('/vue-i18n/8.')) return '8.27.2'; - if (type.startsWith('/vue-i18n/9.')) return '9.9.1'; + if (type.startsWith('/vue-i18n/9.')) return '9.10.2'; 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 b72d2cff..550dd7e0 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • swagger-ui v5.11.8 -> v5.12.0
  • mdb-ui-kit v7.1.0 -> v7.2.0
  • p5.js v1.9.0 -> v1.9.1
  • +
  • vue-i18n v9.9.1 -> v9.10.2
  • Improved