From 484466b92c98cd1954a403a1ac46eae4243f85b4 Mon Sep 17 00:00:00 2001 From: Conrad Chan Date: Mon, 22 Feb 2021 11:42:15 -0800 Subject: [PATCH] chore: update folder to 2.65.0 --- src/lib/constants.js | 2 +- src/lib/viewers/text/__tests__/MarkdownViewer-test.js | 2 +- src/third-party/text/{2.64.0 => 2.65.0}/github-markdown.css | 0 src/third-party/text/{2.64.0 => 2.65.0}/github-markdown.min.css | 0 src/third-party/text/{2.64.0 => 2.65.0}/github.css | 0 src/third-party/text/{2.64.0 => 2.65.0}/github.min.css | 0 src/third-party/text/{2.64.0 => 2.65.0}/highlight.min.js | 0 src/third-party/text/{2.64.0 => 2.65.0}/manifest.json | 2 +- src/third-party/text/{2.64.0 => 2.65.0}/papaparse.js | 0 src/third-party/text/{2.64.0 => 2.65.0}/papaparse.min.js | 0 src/third-party/text/{2.64.0 => 2.65.0}/remarkable.min.js | 0 11 files changed, 3 insertions(+), 3 deletions(-) rename src/third-party/text/{2.64.0 => 2.65.0}/github-markdown.css (100%) rename src/third-party/text/{2.64.0 => 2.65.0}/github-markdown.min.css (100%) rename src/third-party/text/{2.64.0 => 2.65.0}/github.css (100%) rename src/third-party/text/{2.64.0 => 2.65.0}/github.min.css (100%) rename src/third-party/text/{2.64.0 => 2.65.0}/highlight.min.js (100%) rename src/third-party/text/{2.64.0 => 2.65.0}/manifest.json (90%) rename src/third-party/text/{2.64.0 => 2.65.0}/papaparse.js (100%) rename src/third-party/text/{2.64.0 => 2.65.0}/papaparse.min.js (100%) rename src/third-party/text/{2.64.0 => 2.65.0}/remarkable.min.js (100%) diff --git a/src/lib/constants.js b/src/lib/constants.js index fe8bdf572..ee36f8980 100644 --- a/src/lib/constants.js +++ b/src/lib/constants.js @@ -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'; diff --git a/src/lib/viewers/text/__tests__/MarkdownViewer-test.js b/src/lib/viewers/text/__tests__/MarkdownViewer-test.js index 90e08d60c..5b389b6ab 100644 --- a/src/lib/viewers/text/__tests__/MarkdownViewer-test.js +++ b/src/lib/viewers/text/__tests__/MarkdownViewer-test.js @@ -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'; diff --git a/src/third-party/text/2.64.0/github-markdown.css b/src/third-party/text/2.65.0/github-markdown.css similarity index 100% rename from src/third-party/text/2.64.0/github-markdown.css rename to src/third-party/text/2.65.0/github-markdown.css diff --git a/src/third-party/text/2.64.0/github-markdown.min.css b/src/third-party/text/2.65.0/github-markdown.min.css similarity index 100% rename from src/third-party/text/2.64.0/github-markdown.min.css rename to src/third-party/text/2.65.0/github-markdown.min.css diff --git a/src/third-party/text/2.64.0/github.css b/src/third-party/text/2.65.0/github.css similarity index 100% rename from src/third-party/text/2.64.0/github.css rename to src/third-party/text/2.65.0/github.css diff --git a/src/third-party/text/2.64.0/github.min.css b/src/third-party/text/2.65.0/github.min.css similarity index 100% rename from src/third-party/text/2.64.0/github.min.css rename to src/third-party/text/2.65.0/github.min.css diff --git a/src/third-party/text/2.64.0/highlight.min.js b/src/third-party/text/2.65.0/highlight.min.js similarity index 100% rename from src/third-party/text/2.64.0/highlight.min.js rename to src/third-party/text/2.65.0/highlight.min.js diff --git a/src/third-party/text/2.64.0/manifest.json b/src/third-party/text/2.65.0/manifest.json similarity index 90% rename from src/third-party/text/2.64.0/manifest.json rename to src/third-party/text/2.65.0/manifest.json index 0c1b3544b..b3f2d248a 100644 --- a/src/third-party/text/2.64.0/manifest.json +++ b/src/third-party/text/2.65.0/manifest.json @@ -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", diff --git a/src/third-party/text/2.64.0/papaparse.js b/src/third-party/text/2.65.0/papaparse.js similarity index 100% rename from src/third-party/text/2.64.0/papaparse.js rename to src/third-party/text/2.65.0/papaparse.js diff --git a/src/third-party/text/2.64.0/papaparse.min.js b/src/third-party/text/2.65.0/papaparse.min.js similarity index 100% rename from src/third-party/text/2.64.0/papaparse.min.js rename to src/third-party/text/2.65.0/papaparse.min.js diff --git a/src/third-party/text/2.64.0/remarkable.min.js b/src/third-party/text/2.65.0/remarkable.min.js similarity index 100% rename from src/third-party/text/2.64.0/remarkable.min.js rename to src/third-party/text/2.65.0/remarkable.min.js