From b98fcba49743e58e74d9c2a70588bacdd705e850 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 27 Oct 2022 06:19:53 +0200 Subject: [PATCH] bootstrap-vue v2.22.0 -> v2.23.1 (#1188) --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/bootstrap-vue/2.22.0/bootstrap-vue.min.jsm | 11 ----------- .../{2.22.0 => 2.23.1}/bootstrap-vue.min.css | 0 resources/bootstrap-vue/2.23.1/bootstrap-vue.min.jsm | 11 +++++++++++ 6 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 resources/bootstrap-vue/2.22.0/bootstrap-vue.min.jsm rename resources/bootstrap-vue/{2.22.0 => 2.23.1}/bootstrap-vue.min.css (100%) create mode 100644 resources/bootstrap-vue/2.23.1/bootstrap-vue.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 41812181..b18246cb 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -295,8 +295,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap2-tog https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap2-toggle.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.22.0/bootstrap-vue.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.22.0/bootstrap-vue.min.js +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.23.1/bootstrap-vue.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.23.1/bootstrap-vue.min.js https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/flatly/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.1/flatly/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.2/flatly/bootstrap.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 39b7d893..c6933f66 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -155,7 +155,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/bootstrap-select/1.')) return '1.13.18'; if (type.startsWith('/bootstrap-table/1.')) return '1.21.1'; if (type.startsWith('/bootstrap-toggle/2.')) return '2.2.2'; - if (type.startsWith('/bootstrap-vue/2.')) return '2.22.0'; + if (type.startsWith('/bootstrap-vue/2.')) return '2.23.1'; if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2'; if (type.startsWith('/bootswatch/3.')) return '3.4.0'; if (type.startsWith('/bootswatch/4.')) return '4.6.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 72adea86..fcccd7e7 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@
  • dayjs v1.11.5 -> v1.11.6 (#1185)
  • alpinejs v3.10.4 -> v3.10.5 (#1186)
  • docsify v4.12.2 -> v4.13.0 (#1187)
  • +
  • bootstrap-vue v2.22.0 -> v2.23.1 (#1188)
  • Mapping