Skip to content

Commit f6ec9aa

Browse files
authored
bump katex (#238271)
1 parent 7667cdd commit f6ec9aa

File tree

4 files changed

+22
-15
lines changed

4 files changed

+22
-15
lines changed

extensions/markdown-language-features/package-lock.json

+10-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/markdown-language-features/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@
793793
"@types/picomatch": "^2.3.0",
794794
"@types/vscode-notebook-renderer": "^1.60.0",
795795
"@types/vscode-webview": "^1.57.0",
796-
"@vscode/markdown-it-katex": "^1.0.2",
796+
"@vscode/markdown-it-katex": "^1.1.1",
797797
"lodash.throttle": "^4.1.1",
798798
"vscode-languageserver-types": "^3.17.2",
799799
"vscode-markdown-languageservice": "^0.3.0-alpha.3"

extensions/markdown-math/package-lock.json

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/markdown-math/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@
9494
},
9595
"markdown.math.macros": {
9696
"type": "object",
97-
"additionalProperties": { "type": "string" },
97+
"additionalProperties": {
98+
"type": "string"
99+
},
98100
"default": {},
99101
"description": "%config.markdown.math.macros%",
100102
"scope": "resource"
@@ -108,15 +110,15 @@
108110
"watch": "npm run build-notebook",
109111
"build-notebook": "node ./esbuild"
110112
},
111-
"dependencies": {
112-
"@vscode/markdown-it-katex": "^1.1.1"
113-
},
114113
"devDependencies": {
115114
"@types/markdown-it": "^0.0.0",
116115
"@types/vscode-notebook-renderer": "^1.60.0"
117116
},
118117
"repository": {
119118
"type": "git",
120119
"url": "https://github.com/microsoft/vscode.git"
120+
},
121+
"dependencies": {
122+
"@vscode/markdown-it-katex": "^1.1.1"
121123
}
122124
}

0 commit comments

Comments
 (0)