1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

video.js v8.3.0 -> v8.5.0 (#1446)

This commit is contained in:
nobody
2023-06-19 17:40:04 +02:00
parent a9773bfa91
commit 7f63411375
7 changed files with 45 additions and 44 deletions

View File

@@ -482,7 +482,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.3.0';
return '8.5.0';
}
if (type.startsWith('/vue/1.')) return '1.0.28';
if (type.startsWith('/vue/2.')) return '2.6.14';