From 4849165a6593a54d1890bed9987e8b4a484da6a2 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 22 Dec 2022 06:13:03 +0100 Subject: [PATCH] ngx-bootstrap v10.0.0 -> v10.2.0 (#1257) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 2 +- .../{10.1.0 => 10.2.0}/datepicker/bs-datepicker.css | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename resources/ngx-bootstrap/{10.1.0 => 10.2.0}/datepicker/bs-datepicker.css (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 36d746f0..97704808 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1877,7 +1877,7 @@ https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.80/dist/styles.css https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/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@10.1.0/datepicker/bs-datepicker.css +https://cdn.jsdelivr.net/npm/ngx-bootstrap@10.2.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 302f05c1..2d27d4e6 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -362,7 +362,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 '10.1.0'; + return '10.2.0'; } if (type.startsWith('/ngx-bootstrap/7.')) return '7.1.2'; if (type.startsWith('/ngx-bootstrap/8.')) return '8.0.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index d7393fba..0594e0ee 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -32,7 +32,7 @@
  • paginationjs v2.4.1 -> v2.4.2 (#1252)
  • findify-bundle v7.1.77 -> v7.1.80 (#1253)
  • jquery v3.6.1 -> v3.6.3 (#1256)
  • -
  • ngx-bootstrap v10.0.0 -> v10.1.0 (#1257)
  • +
  • ngx-bootstrap v10.0.0 -> v10.2.0 (#1257)
  • instantsearch.js v4.49.1 -> v4.49.2 (#1260)
  • dygraph v2.1.0 -> v2.1.2 (#1261)
  • slider-pro v1.6.0 -> v1.6.1 (#1262)
  • diff --git a/resources/ngx-bootstrap/10.1.0/datepicker/bs-datepicker.css b/resources/ngx-bootstrap/10.2.0/datepicker/bs-datepicker.css similarity index 100% rename from resources/ngx-bootstrap/10.1.0/datepicker/bs-datepicker.css rename to resources/ngx-bootstrap/10.2.0/datepicker/bs-datepicker.css