video.js v8.11.8 -> v8.13.0
This commit is contained in:
parent
6e9f91c48c
commit
ac99dcc8ed
|
@ -1408,8 +1408,8 @@ https://cdnjs.cloudflare.com/ajax/libs/video.js/6.13.0/video-js.min.css
|
|||
https://cdnjs.cloudflare.com/ajax/libs/video.js/6.13.0/video.min.js
|
||||
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.11.8/video-js.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.8/video.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/video.js/8.13.0/video-js.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/video.js/8.13.0/video.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.21/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.12.0/vue-i18n.cjs.min.js
|
||||
|
|
|
@ -484,7 +484,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (helpers.compareVersion('5.20.5', version)) return '5.20.5'; // <= 5.20.5
|
||||
if (helpers.compareVersion('6.13.0', version)) return '6.13.0'; // > 5.20.5 to <= 6.13.0
|
||||
if (helpers.compareVersion('7.21.1', version)) return '7.21.1'; // > 6.13.0 to <= 7.21.1
|
||||
return '8.11.8';
|
||||
return '8.13.0';
|
||||
}
|
||||
if (type.startsWith('/vue/1.')) return '1.0.28';
|
||||
if (type.startsWith('/vue/2.')) return '2.6.14';
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<li>react-router v6.22.3 -> v6.23.0</li>
|
||||
<li>swagger-ui v5.15.1 -> v5.17.3</li>
|
||||
<li>tensorflow v4.17.0 -> v4.19.0</li>
|
||||
<li>video.js v8.11.8 -> v8.13.0</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
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue