Skip to content

Commit

Permalink
Desktop: Reduce application size (#11505)
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator authored Dec 13, 2024
1 parent 0941360 commit 0a5bc96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
}

0 comments on commit 0a5bc96

Please sign in to comment.