mirror of https://github.com/microsoft/vscode.git
Pick up latest md katex plugin
This commit is contained in:
parent
2d948e9d25
commit
0ba52498bf
|
@ -9,7 +9,7 @@
|
|||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@vscode/markdown-it-katex": "^1.1.1"
|
||||
"@vscode/markdown-it-katex": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/markdown-it": "^0.0.0",
|
||||
|
@ -32,9 +32,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@vscode/markdown-it-katex": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/markdown-it-katex/-/markdown-it-katex-1.1.1.tgz",
|
||||
"integrity": "sha512-3KTlbsRBPJQLE2YmLL7K6nunTlU+W9T5+FjfNdWuIUKgxSS6HWLQHaO3L4MkJi7z7MpIPpY+g4N+cWNBPE/MSA==",
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/markdown-it-katex/-/markdown-it-katex-1.1.2.tgz",
|
||||
"integrity": "sha512-+4IIv5PgrmhKvW/3LpkpkGg257OViEhXkOOgCyj5KMsjsOfnRXkni8XAuuF9Ui5p3B8WnUovlDXAQNb8RJ/RaQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"katex": "^0.16.4"
|
||||
|
|
|
@ -119,6 +119,6 @@
|
|||
"url": "https://github.com/microsoft/vscode.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vscode/markdown-it-katex": "^1.1.1"
|
||||
"@vscode/markdown-it-katex": "^1.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue