Commit 71c28536 authored by nick zheng's avatar nick zheng

chore: 剔除marked-katex-extension插件

parent d75a3637
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"marked": "^15.0.0", "marked": "^15.0.0",
"marked-highlight": "^2.2.1", "marked-highlight": "^2.2.1",
"marked-katex-extension": "^5.1.4",
"mitt": "^3.0.1", "mitt": "^3.0.1",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"pinia": "^2.2.2", "pinia": "^2.2.2",
......
...@@ -65,9 +65,6 @@ importers: ...@@ -65,9 +65,6 @@ importers:
marked-highlight: marked-highlight:
specifier: ^2.2.1 specifier: ^2.2.1
version: 2.2.1(marked@15.0.0) version: 2.2.1(marked@15.0.0)
marked-katex-extension:
specifier: ^5.1.4
version: 5.1.4(katex@0.16.21)(marked@15.0.0)
mitt: mitt:
specifier: ^3.0.1 specifier: ^3.0.1
version: 3.0.1 version: 3.0.1
...@@ -2383,12 +2380,6 @@ packages: ...@@ -2383,12 +2380,6 @@ packages:
peerDependencies: peerDependencies:
marked: '>=4 <16' marked: '>=4 <16'
marked-katex-extension@5.1.4:
resolution: {integrity: sha512-GQOio4vCp0laxB1IY+2oNVo5nbn82yWMDP/jILRYHmyu2WXMVlXCB+krq2/U2fQn+V9j8aqDmnNdrsgqG2AkGQ==}
peerDependencies:
katex: '>=0.16 <0.17'
marked: '>=4 <16'
marked@15.0.0: marked@15.0.0:
resolution: {integrity: sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==} resolution: {integrity: sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==}
engines: {node: '>= 18'} engines: {node: '>= 18'}
...@@ -5675,11 +5666,6 @@ snapshots: ...@@ -5675,11 +5666,6 @@ snapshots:
dependencies: dependencies:
marked: 15.0.0 marked: 15.0.0
marked-katex-extension@5.1.4(katex@0.16.21)(marked@15.0.0):
dependencies:
katex: 0.16.21
marked: 15.0.0
marked@15.0.0: {} marked@15.0.0: {}
math-intrinsics@1.1.0: {} math-intrinsics@1.1.0: {}
......
...@@ -46,7 +46,7 @@ export default defineConfig(({ command, mode }) => { ...@@ -46,7 +46,7 @@ export default defineConfig(({ command, mode }) => {
'github-markdown-css': ['github-markdown-css'], 'github-markdown-css': ['github-markdown-css'],
'marked-highlight': ['marked-highlight'], 'marked-highlight': ['marked-highlight'],
echarts: ['echarts'], echarts: ['echarts'],
katex: ['katex', 'marked-katex-extension'], katex: ['katex'],
}, },
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment