Skip to content

Commit

Permalink
Upgrade: shaka player to 2.3.3 (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDeMicco authored Mar 7, 2018
1 parent 6724275 commit de8d73f
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const webpackConfig = require('./webpack.karma.config');
// These should be updated to match the Preview version in package.json whenever a file in that third party directory
// is updated. Also, update the matching configuration in constants.js, which is needed for main preview functionality
const DOC_STATIC_ASSETS_VERSION = '1.17.0';
const MEDIA_STATIC_ASSETS_VERSION = '1.30.0';
const MEDIA_STATIC_ASSETS_VERSION = '1.33.0';
const MODEL3D_STATIC_ASSETS_VERSION = '1.12.0';
const SWF_STATIC_ASSETS_VERSION = '0.112.0';
const TEXT_STATIC_ASSETS_VERSION = '0.114.0';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const PDFJS_HEIGHT_PADDING_PX = 5; // Should match VERTICAL_PADDING in pd
// These should be updated to match the Preview version in package.json whenever a file in that third party directory
// is updated. Also, update the matching configuration in karma.conf.js, which is needed for tests
export const DOC_STATIC_ASSETS_VERSION = '1.17.0';
export const MEDIA_STATIC_ASSETS_VERSION = '1.30.0';
export const MEDIA_STATIC_ASSETS_VERSION = '1.33.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 = '0.114.0';
Expand Down
Loading

0 comments on commit de8d73f

Please sign in to comment.