Skip to content

Commit b390edd

Browse files
authored
Upgrade katex (#92)
1 parent dfac34a commit b390edd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"vitest": "^4.0.18"
3434
},
3535
"dependencies": {
36-
"katex": "^0.16.44",
36+
"katex": "^0.16.45",
3737
"mark.js": "^8.11.1",
3838
"markdown-it": "^14.1.1",
3939
"markdown-it-anchor": "^9.2.0",

styles/katex.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
border-color: currentColor;
155155
}
156156
.katex .katex-version::after {
157-
content: "0.16.44";
157+
content: "0.16.45";
158158
}
159159
.katex .katex-mathml {
160160
/* Accessibility hack to only show to screen readers

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,10 +1807,10 @@ katex@^0.16.4:
18071807
dependencies:
18081808
commander "^8.3.0"
18091809

1810-
katex@^0.16.44:
1811-
version "0.16.44"
1812-
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.44.tgz#fcd7c25803d999f17780bfefe859993d083fb4b6"
1813-
integrity sha512-EkxoDTk8ufHqHlf9QxGwcxeLkWRR3iOuYfRpfORgYfqc8s13bgb+YtRY59NK5ZpRaCwq1kqA6a5lpX8C/eLphQ==
1810+
katex@^0.16.45:
1811+
version "0.16.45"
1812+
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.45.tgz#ba60d39c54746b6b8d39ce0e7f6eace07143149c"
1813+
integrity sha512-pQpZbdBu7wCTmQUh7ufPmLr0pFoObnGUoL/yhtwJDgmmQpbkg/0HSVti25Fu4rmd1oCR6NGWe9vqTWuWv3GcNA==
18141814
dependencies:
18151815
commander "^8.3.0"
18161816

0 commit comments

Comments
 (0)