From 1d8d0670328e487c0635e753676f22fe2c67c97a Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 15 Oct 2022 06:14:09 +0200 Subject: [PATCH] vuex v4.0.2 -> v4.1.0 (#1171) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/vuex/4.0.2/vuex.min.jsm | 1 - resources/vuex/{4.0.2 => 4.1.0}/note | 0 resources/vuex/4.1.0/vuex.min.jsm | 1 + 6 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 resources/vuex/4.0.2/vuex.min.jsm rename resources/vuex/{4.0.2 => 4.1.0}/note (100%) create mode 100644 resources/vuex/4.1.0/vuex.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 9b5ecd2b..fc7ef413 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1779,7 +1779,7 @@ https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.41/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.2.2/vue-i18n.cjs.min.js https://cdnjs.cloudflare.com/ajax/libs/vuex/3.6.2/vuex.min.js -https://cdnjs.cloudflare.com/ajax/libs/vuex/4.0.2/vuex.cjs.min.js +https://cdnjs.cloudflare.com/ajax/libs/vuex/4.1.0/vuex.cjs.min.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/shortcuts/infinite.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 13380410..e6bdb076 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -468,7 +468,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/vue-match-media/1.')) return '1.0.3'; if (type.startsWith('/vue-resource/1.')) return '1.5.3'; if (type.startsWith('/vuex/3.')) return '3.6.2'; - if (type.startsWith('/vuex/4.')) return '4.0.2'; + if (type.startsWith('/vuex/4.')) return '4.1.0'; if (type.startsWith('/waypoints/4.')) return '4.0.1'; if (type.startsWith('/webfont')) return '1.6.28'; if (type.startsWith('/webrtc-adapter/6.')) return '6.4.8'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8f8ecd23..32cb9088 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • libphonenumber-js v1.10.13 -> v1.10.14 (#1168)
  • bootswatch v5.2.1 -> v5.2.2 (#1169)
  • vue v3.2.40 -> v3.2.41 (#1170)
  • +
  • vuex v4.0.2 -> v4.1.0 (#1171)
  • Added