libphonenumber-js v1.10.12 -> v1.10.13 (#1107)
This commit is contained in:
parent
6c28d0abbf
commit
b28673fa90
|
@ -1248,7 +1248,7 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/leaflet.css
|
|||
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/leaflet.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/Leaflet.EasyButton/2.4.0/easy-button.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.5.3/leaflet.markercluster.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.10.12/libphonenumber-js.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.10.13/libphonenumber-js.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/libsodium-wrappers/0.5.4/sodium.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/js/lightbox.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/css/lightcase.min.css
|
||||
|
|
|
@ -307,7 +307,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/Leaflet.EasyButton/2.')) return '2.4.0';
|
||||
if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) return '1.0.2';
|
||||
if (type.startsWith('/leaflet.markercluster/1.')) return '1.5.3';
|
||||
if (type.startsWith('/libphonenumber-js/1.')) return '1.10.12';
|
||||
if (type.startsWith('/libphonenumber-js/1.')) return '1.10.13';
|
||||
if (type.startsWith('/libsodium-wrappers/0.')) return '0.5.4';
|
||||
if (type.startsWith('/lightbox2/2.')) return '2.11.3';
|
||||
if (type.startsWith('/lightcase/2.')) return '2.5.0';
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<li>noUiSlider v15.6.0 -> v15.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1104">#1104</a>)</li>
|
||||
<li>dayjs v1.11.4 -> v1.11.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1105">#1105</a>)</li>
|
||||
<li>popper.js v2.11.5 -> v2.11.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1106">#1106</a>)</li>
|
||||
<li>libphonenumber-js v1.10.11 -> v1.10.12 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1107">#1107</a>)</li>
|
||||
<li>libphonenumber-js v1.10.11 -> v1.10.13 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1107">#1107</a>)</li>
|
||||
<li>Google Material Icons Outlined v107 -> v108 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1108">#1108</a>)</li>
|
||||
<li>Google Material Icons Round v106 -> v107 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1108">#1108</a>)</li>
|
||||
<li>Google Material Icons Sharp v107 -> v108 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1108">#1108</a>)</li>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue