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