File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/videoPlayer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "@testing-library/jest-dom" : " ^5.15.1 " ,
7- "@testing-library/react" : " ^12.1.2 " ,
6+ "@testing-library/jest-dom" : " ^5.16.2 " ,
7+ "@testing-library/react" : " ^12.1.4 " ,
88 "@testing-library/user-event" : " ^13.5.0" ,
99 "react" : " ^17.0.2" ,
1010 "react-dom" : " ^17.0.2" ,
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.7 .0/amazon-ivs-player.min.js" ;
74+ mediaPlayerScript . src = "https://player.live-video.net/1.8 .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