Skip to content

Commit

Permalink
~ styles for tooltips and math
Browse files Browse the repository at this point in the history
  • Loading branch information
chuangzhu committed Dec 10, 2021
1 parent de55a11 commit b23b4ee
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 204 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standardnotes-milkdown",
"description": "A WYSIWYG Markdown editor for Standard Notes.",
"version": "0.2.0",
"version": "0.2.1",
"license": "AGPL-3.0",
"author": "Chuang Zhu <chuang@melty.land>",
"sn": {
Expand All @@ -13,8 +13,8 @@
"serve": "vite preview"
},
"devDependencies": {
"typescript": "^4.3.2",
"vite": "^2.5.4"
"typescript": "^4.5.3",
"vite": "^2.7.1"
},
"dependencies": {
"@milkdown/core": "^5.2.0",
Expand All @@ -31,12 +31,12 @@
"@milkdown/plugin-tooltip": "^5.2.0",
"@milkdown/preset-gfm": "^5.2.0",
"filesafe-js": "^1.0.4",
"katex": "^0.13.18",
"material-icons": "^1.3.0",
"katex": "^0.13.24",
"material-icons": "^1.10.4",
"prismjs": "^1.25.0",
"prosemirror-keymap": "^1.1.5",
"prosemirror-state": "^1.3.4",
"sn-editor-kit": "^1.0.9",
"sn-stylekit": "^5.2.8"
"sn-stylekit": "^5.2.17"
}
}
Loading

0 comments on commit b23b4ee

Please sign in to comment.