You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) ?
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
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
The text was updated successfully, but these errors were encountered: