File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/videoPlayer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 "@testing-library/user-event" : " ^13.5.0" ,
99 "react" : " ^17.0.2" ,
1010 "react-dom" : " ^17.0.2" ,
11- "react-scripts" : " ^4 .0.3 "
11+ "react-scripts" : " 5 .0.0 "
1212 },
1313 "scripts" : {
1414 "start" : " react-scripts start" ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const VideoPlayer = (props) => {
7171
7272 useEffect ( ( ) => {
7373 const mediaPlayerScript = document . createElement ( "script" ) ;
74- mediaPlayerScript . src = "https://player.live-video.net/1.6.1 /amazon-ivs-player.min.js" ;
74+ mediaPlayerScript . src = "https://player.live-video.net/1.7.0 /amazon-ivs-player.min.js" ;
7575 mediaPlayerScript . async = true ;
7676 mediaPlayerScript . onload = ( ) => mediaPlayerScriptLoaded ( ) ;
7777 document . body . appendChild ( mediaPlayerScript ) ;
You can’t perform that action at this time.
0 commit comments