Updated: Socket.io v3.0.1 -> v3.0.2

This commit is contained in:
nobody 2020-11-18 06:18:37 +01:00
parent b2d25fef63
commit 3df3b5f3a9
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 9 additions and 8 deletions

View File

@ -375,7 +375,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/socket.io/2.')) {
return '2.3.0';
} else if (type.startsWith('/socket.io/3.')) {
return '3.0.1';
return '3.0.2';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/spin.js/3.')) {

View File

@ -29,6 +29,7 @@
<li>Updated: algoliasearch v4.6.0 -> v4.7.0</li>
<li>Updated: Ember.js v3.12.3 -> v3.23.0</li>
<li>Updated: instantsearch.js v4.8.5 -> v4.8.6</li>
<li>Updated: Socket.io v3.0.1 -> v3.0.2</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