From b2e4d0dce83485eb081d2af04c8df1b1487896de Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 13 Dec 2022 06:20:13 +0100 Subject: [PATCH] bootstrap-table v1.21.1 -> v1.21.2 (#1251) --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../bootstrap-table/1.21.1/bootstrap-table.min.jsm | 10 ---------- .../{1.21.1 => 1.21.2}/bootstrap-table.min.css | 4 ++-- .../bootstrap-table/1.21.2/bootstrap-table.min.jsm | 10 ++++++++++ 6 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 resources/bootstrap-table/1.21.1/bootstrap-table.min.jsm rename resources/bootstrap-table/{1.21.1 => 1.21.2}/bootstrap-table.min.css (99%) create mode 100644 resources/bootstrap-table/1.21.2/bootstrap-table.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 12d19f61..66d0643f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -295,8 +295,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/bootstrap-slider. https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/css/bootstrap-slider.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/bootstrap-slider.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/css/bootstrap-slider.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.1/bootstrap-table.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.1/bootstrap-table.min.js +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.2/bootstrap-table.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.2/bootstrap-table.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap2-toggle.min.css 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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 0cc93255..cac6c3f1 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -155,7 +155,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2'; if (type.startsWith('/bootstrap-slider/11.')) return '11.0.2'; if (type.startsWith('/bootstrap-select/1.')) return '1.13.18'; - if (type.startsWith('/bootstrap-table/1.')) return '1.21.1'; + if (type.startsWith('/bootstrap-table/1.')) return '1.21.2'; if (type.startsWith('/bootstrap-toggle/2.')) return '2.2.2'; if (type.startsWith('/bootstrap-vue/2.')) return '2.23.1'; if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index a8145bc7..35ff25b4 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -28,6 +28,7 @@

Updated

Improved