when using video.js v7.21.5 in our project, we need it to use @http-streaming 2.16.3, but in dependencies it is
"@videojs/http-streaming": "2.16.2", which cannot even be npm overriden.
Can you please change it to "@videojs/http-streaming": "^2.16.2", so it will use latest version (which in our case is 2.16.3) ?
Install video.js v7.21.5
Check package.json - there is dependency "@videojs/http-streaming": "2.16.2"
Should be "@videojs/http-streaming": "^2.16.2"
Errors
No response
Errors
No response
What version of Video.js are you using?
7.21.5
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Description
Hello,
when using video.js v7.21.5 in our project, we need it to use @http-streaming 2.16.3, but in dependencies it is "@videojs/http-streaming": "2.16.2", which cannot even be npm overriden. Can you please change it to "@videojs/http-streaming": "^2.16.2", so it will use latest version (which in our case is 2.16.3) ?
Thank you
Reduced test case
https://github.com/videojs/video.js/blob/v7.21.5/package.json
Steps to reproduce
Install video.js v7.21.5 Check package.json - there is dependency "@videojs/http-streaming": "2.16.2" Should be "@videojs/http-streaming": "^2.16.2" Errors No response
Errors
No response
What version of Video.js are you using?
7.21.5
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Every browser
What OS(es) and version(s) does this occur with?
Every OS