Skip to content

Commit 3382fd3

Browse files
committed
fix notebooks
1 parent 20674f8 commit 3382fd3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"d3-require": "^1.2.4",
1919
"emoji-regex": "^10.0.0",
2020
"framer-motion": "^6.2.8",
21-
"katex": "^0.12.0",
2221
"lezer-clojure": "1.0.0-rc.0",
2322
"markdown-it": "^14.1.0",
2423
"markdown-it-block-image": "^0.0.3",
@@ -34,6 +33,7 @@
3433
},
3534
"devDependencies": {
3635
"esbuild": "^0.12.28",
36+
"katex": "^0.12.0",
3737
"shadow-cljs": "^2.19.3"
3838
}
3939
}

src/deps.cljs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{:npm-deps
2-
{"katex" "^0.12.0"
3-
"markdown-it" "^14.1.0"
2+
{"markdown-it" "^14.1.0"
43
"markdown-it-block-image" "^0.0.3"
54
"markdown-it-footnote" "^3.0.3"
65
"markdown-it-texmath" "^1.0.0"

0 commit comments

Comments
 (0)