mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-04 03:27:52 +01:00
video.js v8.9.0 -> v8.11.1
This commit is contained in:
parent
f2be418a43
commit
bab22c90f2
@ -1831,8 +1831,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.9.0/video-js.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/video.js/8.9.0/video.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.1/video-js.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.1/video.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.15/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.9.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.9.0';
|
||||
return '8.11.1';
|
||||
}
|
||||
if (type.startsWith('/vue/1.')) return '1.0.28';
|
||||
if (type.startsWith('/vue/2.')) return '2.6.14';
|
||||
|
@ -35,6 +35,7 @@
|
||||
<li>vue v3.4.9 -> v3.4.15</li>
|
||||
<li>axios v1.6.5 -> v1.6.7</li>
|
||||
<li>react-router v6.21.1 -> v6.22.0</li>
|
||||
<li>video.js v8.9.0 -> v8.11.1</li>
|
||||
</ul>
|
||||
<p>Mapping</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…
x
Reference in New Issue
Block a user