From 5b49a5301acbb98fcd504d40a4257d444682db56 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 13 Jul 2024 07:50:55 +0200 Subject: [PATCH] ngx-bootstrap v12.0.0 -> v18.0.0 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../{12.0.0 => 18.0.0}/datepicker/bs-datepicker.css | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename resources/ngx-bootstrap/{12.0.0 => 18.0.0}/datepicker/bs-datepicker.css (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 41207989..c3b78c9f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1447,7 +1447,7 @@ https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css https://cdn.jsdelivr.net/npm/instantsearch.css@8.3.0/themes/algolia-min.css https://cdn.jsdelivr.net/npm/in-view@0.6.1/dist/in-view.min.js https://cdn.jsdelivr.net/npm/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js -https://cdn.jsdelivr.net/npm/ngx-bootstrap@12.0.0/datepicker/bs-datepicker.css +https://cdn.jsdelivr.net/npm/ngx-bootstrap@18.0.0/datepicker/bs-datepicker.css https://cdn.jsdelivr.net/npm/ngx-bootstrap@6.2.0/datepicker/bs-datepicker.css https://cdn.jsdelivr.net/npm/object-assign@4.1.1/index.js https://cdn.jsdelivr.net/npm/p2p-media-loader-core@0.6.2/build/p2p-media-loader-core.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b0c3dd7f..aa8e89d7 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -353,7 +353,7 @@ targets.setLastVersion = function (type, version) { // The only resource used from ngx-bootstrap is the CSS file for the datepicker. // This CSS is unchanged since version 7. So it's not necessary to host it more than once. if (helpers.compareVersion('6.2.0', version)) return '6.2.0'; // <= v6.2.0 - return '12.0.0'; + return '18.0.0'; } if (type.startsWith('/noUiSlider/14.')) return '14.7.0'; if (type.startsWith('/noUiSlider/15.')) return '15.8.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 00ca73ed..f700e555 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • jquery-migrate v3.4.1 -> v3.5.0
  • libphonenumber-js v1.11.3 -> v1.11.4
  • mdb-ui-kit v7.3.1 -> v7.3.2
  • +
  • ngx-bootstrap v12.0.0 -> v18.0.0
  • diff --git a/resources/ngx-bootstrap/12.0.0/datepicker/bs-datepicker.css b/resources/ngx-bootstrap/18.0.0/datepicker/bs-datepicker.css similarity index 100% rename from resources/ngx-bootstrap/12.0.0/datepicker/bs-datepicker.css rename to resources/ngx-bootstrap/18.0.0/datepicker/bs-datepicker.css