Skip to content

Commit

Permalink
fix(media): upgrade shaka player version (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoxx1906 authored May 5, 2023
1 parent b520532 commit 6d07ebb
Show file tree
Hide file tree
Showing 3 changed files with 984 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 @@ -103,7 +103,7 @@ export const PDFJS_HEIGHT_PADDING_PX = 5; // Should match VERTICAL_PADDING in pd

export const DOC_LEGACY_STATIC_ASSETS_VERSION = '2.76.0'; // IE11 only
export const DOC_STATIC_ASSETS_VERSION = '2.90.0'; // Modern browsers
export const MEDIA_STATIC_ASSETS_VERSION = '2.66.0';
export const MEDIA_STATIC_ASSETS_VERSION = '2.93.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.93.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.93.0",
"dependencies": {
"shaka-player": "4.3.6"
}
}
Loading

0 comments on commit 6d07ebb

Please sign in to comment.