Skip to content

Commit

Permalink
fix: add Video.js 8 to the dep version range
Browse files Browse the repository at this point in the history
This adds ^8 in addition to ^7 for the dep and peerDep version ranges.

BREAKING CHANGE: remove ^6 from the dependency version ranges.
  • Loading branch information
gkatsev committed Aug 15, 2022
1 parent d79d783 commit 8ec4b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"m3u8-parser": "4.7.1",
"mpd-parser": "0.21.1",
"mux.js": "6.0.1",
"video.js": "^6 || ^7"
"video.js": "^7 || ^8"
},
"peerDependencies": {
"video.js": "^6 || ^7"
"video.js": "^7 || ^8"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.3.4",
Expand Down

0 comments on commit 8ec4b05

Please sign in to comment.