Updated: vue v3.0.11 -> v3.1.1 (#505)

This commit is contained in:
nobody 2021-06-09 06:45:58 +02:00
parent c290738100
commit e1f88ee591
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 4 additions and 3 deletions

View File

@ -1520,7 +1520,7 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.1/css/bootstrap.min
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.1/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js
https://cdnjs.cloudflare.com/ajax/libs/urlive/1.1.1/jquery.urlive.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue/3.0.11/vue.global.prod.js
https://cdnjs.cloudflare.com/ajax/libs/vue/3.1.1/vue.global.prod.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.24.4/vue-i18n.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.1.6/vue-i18n.cjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js

View File

@ -596,7 +596,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/vue/2.')) {
return '2.6.14';
} else if (type.startsWith('/vue/3.')) {
return '3.0.11';
return '3.1.1';
} else if (type.startsWith('/vue-i18n/8.')) {
return '8.24.4';
} else if (type.startsWith('/vue-i18n/9.')) {

View File

@ -41,6 +41,7 @@
<li>Updated: videojs-seek-buttons v2.0.0 -> v2.0.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/503">#503</a>)</li>
<li>Updated: video.js v7.12.3 -> v7.12.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/504">#504</a>)</li>
<li>Updated: vue v2.6.13 -> v2.6.14 (<a href="https://codeberg.org/nobody/LocalCDN/issues/505">#505</a>)</li>
<li>Updated: vue v3.0.11 -> v3.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/505">#505</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