mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Mobile,Desktop: Upgrade KaTeX to v0.16.10 (#10570)
This commit is contained in:
parent
53d7bc86ca
commit
f5ceb4064c
@ -1,5 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
hash:"c68f12e7c98bec08ffe937586df59734", files: {
|
hash:"d7216e17c44aad8a0b1c3cf2e01a0135", files: {
|
||||||
'highlight.js/atom-one-dark-reasonable.css': { data: require('./highlight.js/atom-one-dark-reasonable.css.base64.js'), mime: 'text/css', encoding: 'base64' },
|
'highlight.js/atom-one-dark-reasonable.css': { data: require('./highlight.js/atom-one-dark-reasonable.css.base64.js'), mime: 'text/css', encoding: 'base64' },
|
||||||
'highlight.js/atom-one-light.css': { data: require('./highlight.js/atom-one-light.css.base64.js'), mime: 'text/css', encoding: 'base64' },
|
'highlight.js/atom-one-light.css': { data: require('./highlight.js/atom-one-light.css.base64.js'), mime: 'text/css', encoding: 'base64' },
|
||||||
'katex/fonts/KaTeX_AMS-Regular.woff2': { data: require('./katex/fonts/KaTeX_AMS-Regular.woff2.base64.js'), mime: 'application/octet-stream', encoding: 'base64' },
|
'katex/fonts/KaTeX_AMS-Regular.woff2': { data: require('./katex/fonts/KaTeX_AMS-Regular.woff2.base64.js'), mime: 'application/octet-stream', encoding: 'base64' },
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -36,7 +36,7 @@
|
|||||||
"highlight.js": "11.9.0",
|
"highlight.js": "11.9.0",
|
||||||
"html-entities": "1.4.0",
|
"html-entities": "1.4.0",
|
||||||
"json-stringify-safe": "5.0.1",
|
"json-stringify-safe": "5.0.1",
|
||||||
"katex": "0.16.9",
|
"katex": "0.16.10",
|
||||||
"markdown-it": "13.0.2",
|
"markdown-it": "13.0.2",
|
||||||
"markdown-it-abbr": "1.0.4",
|
"markdown-it-abbr": "1.0.4",
|
||||||
"markdown-it-anchor": "5.3.0",
|
"markdown-it-anchor": "5.3.0",
|
||||||
|
15
yarn.lock
15
yarn.lock
@ -7051,7 +7051,7 @@ __metadata:
|
|||||||
jest: 29.7.0
|
jest: 29.7.0
|
||||||
jest-environment-jsdom: 29.7.0
|
jest-environment-jsdom: 29.7.0
|
||||||
json-stringify-safe: 5.0.1
|
json-stringify-safe: 5.0.1
|
||||||
katex: 0.16.9
|
katex: 0.16.10
|
||||||
markdown-it: 13.0.2
|
markdown-it: 13.0.2
|
||||||
markdown-it-abbr: 1.0.4
|
markdown-it-abbr: 1.0.4
|
||||||
markdown-it-anchor: 5.3.0
|
markdown-it-anchor: 5.3.0
|
||||||
@ -27837,18 +27837,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"katex@npm:0.16.9":
|
"katex@npm:0.16.10, katex@npm:^0.16.9":
|
||||||
version: 0.16.9
|
|
||||||
resolution: "katex@npm:0.16.9"
|
|
||||||
dependencies:
|
|
||||||
commander: ^8.3.0
|
|
||||||
bin:
|
|
||||||
katex: cli.js
|
|
||||||
checksum: 861194dfd4d86505e657f688fb73048d46ac498edafce71199502a35b03c0ecc35ba930c631be79c4a09d90a0d23476673cd52f6bc367c7a161854d64005fa95
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"katex@npm:^0.16.9":
|
|
||||||
version: 0.16.10
|
version: 0.16.10
|
||||||
resolution: "katex@npm:0.16.10"
|
resolution: "katex@npm:0.16.10"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user