1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-21 01:39:04 +02:00

chore(package): Update VHS version (#8447)

* chore(package): Update VHS version

* get rid of kaios 2 from browserlist

* get rid of kaios 2

* get rid of op_mob 64

---------

Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
This commit is contained in:
Dzianis Dashkevich 2023-09-25 15:09:36 -04:00 committed by GitHub
parent cf681e0e76
commit 372b816779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2023 additions and 1790 deletions

View File

@ -12,9 +12,7 @@
"not baidu 7", "not baidu 7",
"not and_qq 11", "not and_qq 11",
"not and_uc 12", "not and_uc 12",
"not kaios 2", "not op_mini all"
"not op_mini all",
"not op_mob 64"
], ],
"bugfixes": true, "bugfixes": true,
"loose": true "loose": true

View File

@ -8,6 +8,4 @@ not ie 11
not baidu 7 not baidu 7
not and_qq 11 not and_qq 11
not and_uc 12 not and_uc 12
not kaios 2
not op_mini all not op_mini all
not op_mob 64

3801
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -86,7 +86,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "3.5.3", "@videojs/http-streaming": "3.6.0",
"@videojs/vhs-utils": "^4.0.0", "@videojs/vhs-utils": "^4.0.0",
"@videojs/xhr": "2.6.0", "@videojs/xhr": "2.6.0",
"aes-decrypter": "^4.0.1", "aes-decrypter": "^4.0.1",

View File

@ -69,9 +69,7 @@ const primedBabel = babel({
'not baidu 7', 'not baidu 7',
'not and_qq 11', 'not and_qq 11',
'not and_uc 12', 'not and_uc 12',
'not kaios 2', 'not op_mini all'
'not op_mini all',
'not op_mob 64'
], ],
bugfixes: true, bugfixes: true,
loose: true, loose: true,