diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index cfc32f3f..6eaba648 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1876,11 +1876,8 @@ https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.78/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.0.0/datepicker/bs-datepicker.css +https://cdn.jsdelivr.net/npm/ngx-bootstrap@10.1.0/datepicker/bs-datepicker.css https://cdn.jsdelivr.net/npm/ngx-bootstrap@6.2.0/datepicker/bs-datepicker.css -https://cdn.jsdelivr.net/npm/ngx-bootstrap@7.1.2/datepicker/bs-datepicker.css -https://cdn.jsdelivr.net/npm/ngx-bootstrap@8.0.0/datepicker/bs-datepicker.css -https://cdn.jsdelivr.net/npm/ngx-bootstrap@9.0.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 https://cdn.jsdelivr.net/npm/p2p-media-loader-hlsjs@0.6.2/build/p2p-media-loader-hlsjs.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index bc6ed400..09b56c39 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -358,7 +358,12 @@ targets.setLastVersion = function (type, version) { if (helpers.compareVersion('1.4.5', version)) return '1.4.5'; // <= v1.4.5 return '1.6.0'; } - if (type.startsWith('/ngx-bootstrap/6.')) return '6.2.0'; + if (type.startsWith('/ngx-bootstrap/')) { + // 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'; + } 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'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index a85a9131..6f547ced 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -32,6 +32,7 @@
  • paginationjs v2.4.1 -> v2.4.2 (#1252)
  • findify-bundle v7.1.77 -> v7.1.78 (#1253)
  • jquery v3.6.1 -> v3.6.2 (#1256)
  • +
  • ngx-bootstrap v10.0.0 -> v10.1.0 (#1257)
  • Added