Skip to content

Commit

Permalink
Fix: Downgrade pdf.js (#687)
Browse files Browse the repository at this point in the history
Downgrade because of mozilla/pdf.js#9514
  • Loading branch information
tonyjin authored and Tony Jin committed Feb 27, 2018
1 parent d711dbe commit a744581
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -3,7 +3,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.30.0';
const DOC_STATIC_ASSETS_VERSION = '1.17.0';
const MEDIA_STATIC_ASSETS_VERSION = '1.30.0';
const MODEL3D_STATIC_ASSETS_VERSION = '1.12.0';
const SWF_STATIC_ASSETS_VERSION = '0.112.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 @@ -93,7 +93,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.30.0';
export const DOC_STATIC_ASSETS_VERSION = '1.17.0';
export const MEDIA_STATIC_ASSETS_VERSION = '1.30.0';
export const MODEL3D_STATIC_ASSETS_VERSION = '1.12.0';
export const SWF_STATIC_ASSETS_VERSION = '0.112.0';
Expand Down

0 comments on commit a744581

Please sign in to comment.