Skip to content

Commit 3ca5ccf

Browse files
authored
Bump katex version in docusaurus/package.json (#6810)
1 parent da0933a commit 3ca5ccf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/docusaurus/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"cheerio": "1.0.0-rc.12",
3434
"cross-spawn": "7.0.5",
3535
"nanoid": "3.3.8",
36-
"path-to-regexp": "3.3.0"
36+
"path-to-regexp": "3.3.0",
37+
"katex": "0.16.21"
3738
},
3839
"browserslist": {
3940
"production": [

doc/docusaurus/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5859,10 +5859,10 @@ jsonfile@^6.0.1:
58595859
optionalDependencies:
58605860
graceful-fs "^4.1.6"
58615861

5862-
katex@^0.16.9:
5863-
version "0.16.11"
5864-
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.11.tgz#4bc84d5584f996abece5f01c6ad11304276a33f5"
5865-
integrity sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==
5862+
katex@0.16.21, katex@^0.16.9:
5863+
version "0.16.21"
5864+
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.21.tgz#8f63c659e931b210139691f2cc7bb35166b792a3"
5865+
integrity sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==
58665866
dependencies:
58675867
commander "^8.3.0"
58685868

0 commit comments

Comments
 (0)