Skip to content

Commit

Permalink
chore(deps): Upgrade Shake Player to 3.0.8 (#1335)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Conrad Chan and mergify[bot] authored Mar 9, 2021
1 parent c3c15b1 commit 68ec8b8
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const PDFJS_WIDTH_PADDING_PX = 40; // Should match SCROLLBAR_PADDING in p
export const PDFJS_HEIGHT_PADDING_PX = 5; // Should match VERTICAL_PADDING in pdf_viewer.js

export const DOC_STATIC_ASSETS_VERSION = '2.16.0'; // v2.53.0 has font rendering issues in large documents in MS Edge
export const MEDIA_STATIC_ASSETS_VERSION = '2.14.0';
export const MEDIA_STATIC_ASSETS_VERSION = '2.65.0';
export const MODEL3D_STATIC_ASSETS_VERSION = '1.12.0';
export const SWF_STATIC_ASSETS_VERSION = '0.112.0';
export const TEXT_STATIC_ASSETS_VERSION = '2.65.0';
Expand Down
8 changes: 8 additions & 0 deletions src/third-party/media/2.65.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "media",
"description": "Third-party static assets used for the Preview media viewers",
"version": "2.65.0",
"dependencies": {
"shaka-player": "3.0.8"
}
}
Loading

0 comments on commit 68ec8b8

Please sign in to comment.