1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00

Desktop: Reduce application size (#11505)

This commit is contained in:
Henry Heino 2024-12-13 10:52:25 -08:00 committed by GitHub
parent 09413606cf
commit 0a5bc9647d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,12 +18,15 @@
},
"author": "",
"license": "AGPL-3.0-or-later",
"//": "Mermaid is bundled by buildAssets.js -- using it as an unbundled dependency significantly increases app size.",
"devDependencies": {
"@types/jest": "29.5.12",
"@types/markdown-it": "13.0.9",
"@types/node": "18.19.50",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"mermaid": "11.4.0",
"ts-jest": "29.1.5",
"typescript": "5.4.5"
},
@ -50,8 +53,7 @@
"markdown-it-sub": "1.0.0",
"markdown-it-sup": "2.0.0",
"markdown-it-toc-done-right": "4.2.0",
"md5": "2.3.0",
"mermaid": "11.4.0"
"md5": "2.3.0"
},
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}