Skip to content

Commit 9f859b9

Browse files
committed
drop katex dev dep
1 parent c7c7401 commit 9f859b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
333333

334334
commander@^2.19.0:
335335
version "2.20.3"
336-
resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz"
336+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
337337
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
338338

339339
console-browserify@^1.1.0:
@@ -565,7 +565,7 @@ isexe@^2.0.0:
565565

566566
katex@^0.12.0:
567567
version "0.12.0"
568-
resolved "https://registry.npmjs.org/katex/-/katex-0.12.0.tgz"
568+
resolved "https://registry.yarnpkg.com/katex/-/katex-0.12.0.tgz#2fb1c665dbd2b043edcf8a1f5c555f46beaa0cb9"
569569
integrity sha512-y+8btoc/CK70XqcHqjxiGWBOeIL8upbS0peTPXTvgrh21n1RiWWcIpSWM+4uXq+IAgNh9YYQWdc7LVDPDAEEAg==
570570
dependencies:
571571
commander "^2.19.0"

0 commit comments

Comments
 (0)