warpc/js: Upgrade katex to 0.18.4 (note)

Closes #15254
This commit is contained in:
Bjørn Erik Pedersen
2026-08-31 11:03:52 +02:00
committed by GitHub
parent e6abb9c3d0
commit ec52e638c9
4 changed files with 38 additions and 42 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
"license": "ISC",
"description": "",
"devDependencies": {
"katex": "^0.16.21"
"katex": "0.18.4"
}
}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -18,7 +18,7 @@ import (
)
// Keep in sync with js/package.json.
const katexVersion = "0.16.21"
const katexVersion = "0.18.4"
//go:embed wasm/renderkatex.wasm
var katexWasm []byte
Binary file not shown.