Updated: Socket.IO v2.3.0 -> v2.4.0 (#222)
This commit is contained in:
parent
968ff2cc05
commit
ed05814638
|
@ -400,7 +400,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/slick-lightbox/0.')) {
|
||||
return '0.2.12';
|
||||
} else if (type.startsWith('/socket.io/2.')) {
|
||||
return '2.3.0';
|
||||
return '2.4.0';
|
||||
} else if (type.startsWith('/socket.io/3.')) {
|
||||
return '3.0.4';
|
||||
} else if (type.startsWith('/spin.js/2.')) {
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
<li>Added: noUiSlider v14.6.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/219">#219</a>)</li>
|
||||
<li>Added: chosen v1.8.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/219">#219</a>)</li>
|
||||
<li>Updated: axios v0.21.0 -> v0.21.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/221">#221</a>)</li>
|
||||
<li>Updated: Socket.IO v2.3.0 -> v2.4.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/222">#222</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
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