From 659a7aad90a8aad7c66c0fd82addd7c3cedb76c5 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 8 Jul 2023 07:34:20 +0200 Subject: [PATCH] bootstrap-table v1.22.0 -> v1.22.1 (#1477) --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../bootstrap-table/1.22.0/bootstrap-table.min.jsm | 10 ---------- .../{1.22.0 => 1.22.1}/bootstrap-table.min.css | 2 +- .../bootstrap-table/1.22.1/bootstrap-table.min.jsm | 10 ++++++++++ 6 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 resources/bootstrap-table/1.22.0/bootstrap-table.min.jsm rename resources/bootstrap-table/{1.22.0 => 1.22.1}/bootstrap-table.min.css (99%) create mode 100644 resources/bootstrap-table/1.22.1/bootstrap-table.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 1d3abab5..d4c29864 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.22.0/bootstrap-table.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.0/bootstrap-table.min.js +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.1/bootstrap-table.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.1/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 3a132ca9..0affaa77 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -156,7 +156,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.22.0'; + if (type.startsWith('/bootstrap-table/1.')) return '1.22.1'; 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 bd5da7c8..782296f3 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@
  • dayjs v1.11.8 -> v1.11.9 (#1474)
  • alpinejs v3.12.2 -> v3.12.3 (#1475)
  • vue-router v4.2.2 -> v4.2.4 (#1476)
  • +
  • bootstrap-table v1.22.0 -> v1.22.1 (#1477)
  • Added