Skip to content

Commit

Permalink
Merge pull request #433 from cloudinary/ME-13693-update-videojs
Browse files Browse the repository at this point in the history
ME-13693-update-videojs
  • Loading branch information
tsi authored Sep 20, 2023
2 parents dc8e220 + a160c08 commit 9ad3e36
Show file tree
Hide file tree
Showing 4 changed files with 1,751 additions and 1,493 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@
"files": [
{
"path": "./dist/cld-video-player.min.js",
"maxSize": "256kb"
"maxSize": "276kb"
},
{
"path": "./dist/cld-video-player.light.min.js",
"maxSize": "128kb"
"maxSize": "135kb"
}
]
},
"dependencies": {
"@cloudinary/url-gen": "^1.10.2",
"cloudinary-video-analytics": "^1.2.1",
"cloudinary-video-analytics": "1.2.1",
"dashjs": "^4.7.1",
"lodash": "^4.17.21",
"uuid": "^9.0.0",
"video.js": "8.3.0",
"video.js": "8.5.2",
"videojs-contrib-ads": "^6.9.0",
"videojs-contrib-dash": "^5.1.1",
"videojs-contrib-quality-levels": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/assets/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ $icon-font-path: '../icon-font' !default;
color: var(--color-text);
}
.vjs-menu-item {
justify-content: left;
text-align: left;
white-space: nowrap;
text-transform: capitalize;
Expand Down
2 changes: 1 addition & 1 deletion types/video-player.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ interface GlobalCloudinary {

declare global {
interface Window {
cloudinary: GlobalCloudinary
cloudinary?: GlobalCloudinary
}
}

Expand Down
Loading

0 comments on commit 9ad3e36

Please sign in to comment.