Skip to content

Commit 49b6cec

Browse files
authored
fix: bump media chrome to 4.14.0 (muxinc#1205)
1 parent 67bdfbb commit 49b6cec

File tree

3 files changed

+36
-51
lines changed

3 files changed

+36
-51
lines changed

examples/nextjs-with-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@mux/mux-uploader-react": ">=1.0.0-beta.0",
2020
"@mux/mux-video": ">=0.3.0",
2121
"@mux/mux-video-react": ">=0.3.0",
22-
"media-chrome": "^4.13.1",
22+
"media-chrome": "^4.14.0",
2323
"next": "^14.2.2",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",

package-lock.json

Lines changed: 34 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mux-player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"dependencies": {
128128
"@mux/mux-video": "0.27.0",
129129
"@mux/playback-core": "0.31.0",
130-
"media-chrome": "~4.13.1",
130+
"media-chrome": "~4.14.0",
131131
"player.style": "^0.2.0"
132132
},
133133
"devDependencies": {

0 commit comments

Comments
 (0)