vue v3.4.31 -> v3.4.37
This commit is contained in:
parent
ff71b22dbe
commit
52d8d6063e
|
@ -1413,7 +1413,7 @@ https://cdnjs.cloudflare.com/ajax/libs/video.js/7.21.1/video-js.min.css
|
|||
https://cdnjs.cloudflare.com/ajax/libs/video.js/7.21.1/video.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/video.js/8.17.3/video-js.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/video.js/8.17.3/video.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.31/vue.global.prod.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.37/vue.global.prod.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.27.2/vue-i18n.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.13.1/vue-i18n.cjs.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/vue-router/3.6.5/vue-router.min.js
|
||||
|
|
|
@ -493,7 +493,7 @@ targets.setLastVersion = function (type, version) {
|
|||
}
|
||||
if (type.startsWith('/vue/1.')) return '1.0.28';
|
||||
if (type.startsWith('/vue/2.')) return '2.6.14';
|
||||
if (type.startsWith('/vue/3.')) return '3.4.31';
|
||||
if (type.startsWith('/vue/3.')) return '3.4.37';
|
||||
if (type.startsWith('/vue-i18n/8.')) return '8.27.2';
|
||||
if (type.startsWith('/vue-i18n/9.')) return '9.13.1';
|
||||
if (type.startsWith('/vue-match-media/1.')) return '1.0.3';
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
<li>spin.js v4.1.1 -> v4.1.2</li>
|
||||
<li>underscore.js v1.13.6 -> v1.13.7</li>
|
||||
<li>video.js v8.17.0 -> v8.17.3</li>
|
||||
<li>vue v3.4.31 -> v3.4.37</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
|
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