diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 16d5846c..13b4ebbc 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1867,7 +1867,7 @@ https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css https://cdn.jsdelivr.net/npm/instantsearch.css@8.0.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@11.0.0/datepicker/bs-datepicker.css +https://cdn.jsdelivr.net/npm/ngx-bootstrap@11.0.2/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 210de265..af629ecd 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -356,12 +356,8 @@ 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 '11.0.0'; + return '11.0.2'; } - if (type.startsWith('/ngx-bootstrap/7.')) return '7.1.2'; - if (type.startsWith('/ngx-bootstrap/8.')) return '8.0.0'; - if (type.startsWith('/ngx-bootstrap/9.')) return '9.0.0'; - if (type.startsWith('/ngx-bootstrap/10.')) return '10.0.0'; if (type.startsWith('/noUiSlider/14.')) return '14.7.0'; if (type.startsWith('/noUiSlider/15.')) return '15.7.1'; if (type.startsWith('/nprogress/0.')) return '0.2.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 035b93f6..8aa53f8d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,7 +39,7 @@
  • instantsearch.js v4.56.3 -> v4.56.5 (#1478)
  • p5.js v1.6.0 -> v1.7.0 (#1482)
  • search-insights v2.6.0 -> v2.7.0 (#1483)
  • -
  • ngx-bootstrap v10.3.0 -> v11.0.0 (#1484)
  • +
  • ngx-bootstrap v10.3.0 -> v11.0.2 (#1484)
  • Added