Skip to content

Commit

Permalink
chore: update folder to 2.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan committed Feb 22, 2021
1 parent e237442 commit 484466b
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const DOC_STATIC_ASSETS_VERSION = '2.16.0'; // v2.53.0 has font rendering
export const MEDIA_STATIC_ASSETS_VERSION = '2.14.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.64.0';
export const TEXT_STATIC_ASSETS_VERSION = '2.65.0';

export const PREVIEW_SCRIPT_NAME = 'preview.js';

Expand Down
2 changes: 1 addition & 1 deletion src/lib/viewers/text/__tests__/MarkdownViewer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ControlsRoot from '../../controls/controls-root';
import MarkdownControls from '../MarkdownControls';
import MarkdownViewer from '../MarkdownViewer';
import Popup from '../../../Popup';
import { linkify, Remarkable } from '../../../../third-party/text/2.64.0/remarkable.min.js';
import { linkify, Remarkable } from '../../../../third-party/text/2.65.0/remarkable.min.js';
import { TEXT_STATIC_ASSETS_VERSION, SELECTOR_BOX_PREVIEW } from '../../../constants';
import { VIEWER_EVENT } from '../../../events';

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "text",
"description": "Third-party static assets used for the Preview text viewers",
"version": "2.64.0",
"version": "2.65.0",
"dependencies": {
"highlightjs": "9.18.1",
"papaparse": "4.1.2",
Expand Down
File renamed without changes.

0 comments on commit 484466b

Please sign in to comment.