Skip to content

Commit f44c73a

Browse files
renovate[bot]xrgzs
andauthored
fix(deps): update dependency katex to ^0.16.45 (#458)
* fix(deps): update dependency katex to ^0.16.45 * fix(deps): update katex version to 0.16.45 in useCDN hook Signed-off-by: MadDogOwner <xiaoran@xrgzs.top> --------- Signed-off-by: MadDogOwner <xiaoran@xrgzs.top> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>
1 parent a45bd57 commit f44c73a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"hls.js": "^1.6.16",
9393
"ini": "^7.0.0",
9494
"just-once": "^2.2.0",
95-
"katex": "^0.16.44",
95+
"katex": "^0.16.45",
9696
"libheif-js": "^1.19.8",
9797
"lightgallery": "^2.9.0",
9898
"mark.js": "^8.11.1",

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hooks/useCDN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const useCDN = () => {
2121

2222
const katexCSSPath = () => {
2323
return import.meta.env.VITE_LITE === "true"
24-
? npm("katex", "0.16.28", "dist/katex.min.css")
24+
? npm("katex", "0.16.45", "dist/katex.min.css")
2525
: `${static_path}/katex/katex.min.css`
2626
}
2727

0 commit comments

Comments
 (0)