mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-06 06:03:34 +01:00
ngx-bootstrap v18.1.3 -> v19.0.2
This commit is contained in:
parent
e37692bbbd
commit
1ffccff755
@ -1736,7 +1736,7 @@ https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css
|
|||||||
https://cdn.jsdelivr.net/npm/instantsearch.css@8.5.1/themes/algolia-min.css
|
https://cdn.jsdelivr.net/npm/instantsearch.css@8.5.1/themes/algolia-min.css
|
||||||
https://cdn.jsdelivr.net/npm/in-view@0.6.1/dist/in-view.min.js
|
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/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js
|
||||||
https://cdn.jsdelivr.net/npm/ngx-bootstrap@18.1.3/datepicker/bs-datepicker.css
|
https://cdn.jsdelivr.net/npm/ngx-bootstrap@19.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/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/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-core@0.6.2/build/p2p-media-loader-core.min.js
|
||||||
|
@ -359,7 +359,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
// The only resource used from ngx-bootstrap is the CSS file for the datepicker.
|
// 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.
|
// 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
|
if (helpers.compareVersion('6.2.0', version)) return '6.2.0'; // <= v6.2.0
|
||||||
return '18.1.3';
|
return '19.0.2';
|
||||||
}
|
}
|
||||||
if (type.startsWith('/noUiSlider/14.')) return '14.7.0';
|
if (type.startsWith('/noUiSlider/14.')) return '14.7.0';
|
||||||
if (type.startsWith('/noUiSlider/15.')) return '15.8.1';
|
if (type.startsWith('/noUiSlider/15.')) return '15.8.1';
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
<li>instantsearch.js v4.75.5 -> v4.75.7</li>
|
<li>instantsearch.js v4.75.5 -> v4.75.7</li>
|
||||||
<li>libphonenumber-js v1.11.15 -> v1.11.17</li>
|
<li>libphonenumber-js v1.11.15 -> v1.11.17</li>
|
||||||
<li>materialicons v142 -> v143</li>
|
<li>materialicons v142 -> v143</li>
|
||||||
|
<li>ngx-bootstrap v18.1.3 -> v19.0.2</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Fixed</p>
|
<p>Fixed</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user