video.js icon indicating copy to clipboard operation
video.js copied to clipboard

Video.js 7.21.5 http-streaming dependency update

Open MCab93 opened this issue 11 months ago • 0 comments

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

  1. Install video.js v7.21.5
  2. Check package.json - there is dependency "@videojs/http-streaming": "2.16.2"
  3. Should be "@videojs/http-streaming": "^2.16.2"

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

MCab93 avatar Mar 13 '24 10:03 MCab93