Skip to content

Commit

Permalink
chore: make direct deps be exact but indirect have ^ (#8014)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored and misteroneill committed Nov 23, 2022
1 parent bf1faff commit db4201a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,19 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "^3.0.0",
"@videojs/http-streaming": "3.0.0",
"@videojs/vhs-utils": "^4.0.0",
"@videojs/xhr": "2.6.0",
"aes-decrypter": "4.0.1",
"global": "^4.4.0",
"keycode": "^2.2.0",
"aes-decrypter": "^4.0.1",
"global": "4.4.0",
"keycode": "2.2.0",
"m3u8-parser": "^6.0.0",
"mpd-parser": "1.0.0",
"mux.js": "6.2.0",
"mpd-parser": "^1.0.1",
"mux.js": "^6.2.0",
"safe-json-parse": "4.0.0",
"videojs-contrib-quality-levels": "^2.2.0",
"videojs-contrib-quality-levels": "2.2.0",
"videojs-font": "3.2.0",
"videojs-vtt.js": "^0.15.4"
"videojs-vtt.js": "0.15.4"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down

0 comments on commit db4201a

Please sign in to comment.