1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

All: Resolves #8728: Bump mermaid version to 10.4.0 to support new chart types (#8890)

This commit is contained in:
oj_lappi 2023-09-19 13:31:17 +03:00 committed by GitHub
parent bb5befc8bf
commit e566f404a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1526 additions and 984 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
hash:"edb511738c14143467cc859e46bd6121", files: {
hash:"5ff17e40ffa32867404a4e20c6c80099", 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-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' },

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@
"markdown-it-sup": "1.0.0",
"markdown-it-toc-done-right": "4.2.0",
"md5": "2.3.0",
"mermaid": "9.2.2"
"mermaid": "10.4.0"
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}

954
yarn.lock

File diff suppressed because it is too large Load Diff