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:
parent
cf681e0e76
commit
372b816779
4
.babelrc
4
.babelrc
@ -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
|
||||||
|
@ -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
3801
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user