Skip to content

Commit

Permalink
feat(with-mux-video): Update mux-player scope and version to latest. (#…
Browse files Browse the repository at this point in the history
…39079)

# Description
Updates `with-mux-video` example to use latest scope and version of `@mux/mux-player-react` 🌈
  • Loading branch information
clearlyTHUYDOAN committed Jul 27, 2022
1 parent 889481e commit 44b5534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/with-mux-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@mux/mux-node": "^2.8.0",
"@mux-elements/mux-player-react": "0.1.0-beta.19",
"@mux/mux-player-react": "latest",
"@mux/upchunk": "^2.3.1",
"next": "latest",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mux-video/pages/v/[id].js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MuxPlayer from '@mux-elements/mux-player-react'
import MuxPlayer from '@mux/mux-player-react'
import Link from 'next/link'
import Layout from '../../components/layout'
import Spinner from '../../components/spinner'
Expand Down

0 comments on commit 44b5534

Please sign in to comment.