Skip to content

Commit aaec28a

Browse files
committed
build(markdown): bump mdit-vue to 0.6.0
1 parent faf96bc commit aaec28a

File tree

3 files changed

+52
-41
lines changed

3 files changed

+52
-41
lines changed

packages/@vuepress/markdown/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@
2626
"clean": "rimraf lib *.tsbuildinfo"
2727
},
2828
"dependencies": {
29-
"@mdit-vue/plugin-component": "^0.5.0",
30-
"@mdit-vue/plugin-frontmatter": "^0.5.0",
31-
"@mdit-vue/plugin-headers": "^0.5.0",
32-
"@mdit-vue/plugin-sfc": "^0.5.0",
33-
"@mdit-vue/plugin-title": "^0.5.0",
34-
"@mdit-vue/plugin-toc": "^0.5.0",
35-
"@mdit-vue/shared": "^0.5.0",
29+
"@mdit-vue/plugin-component": "^0.6.0",
30+
"@mdit-vue/plugin-frontmatter": "^0.6.0",
31+
"@mdit-vue/plugin-headers": "^0.6.0",
32+
"@mdit-vue/plugin-sfc": "^0.6.0",
33+
"@mdit-vue/plugin-title": "^0.6.0",
34+
"@mdit-vue/plugin-toc": "^0.6.0",
35+
"@mdit-vue/shared": "^0.6.0",
36+
"@mdit-vue/types": "^0.6.0",
3637
"@types/markdown-it": "^12.2.3",
3738
"@types/markdown-it-emoji": "^2.0.2",
3839
"@vuepress/shared": "workspace:*",

packages/@vuepress/markdown/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { MarkdownItEnv } from '@mdit-vue/shared'
1+
import type { MarkdownItEnv } from '@mdit-vue/types'
22
import type { PageFrontmatter, PageHeader } from '@vuepress/shared'
33
import type * as MarkdownIt from 'markdown-it'
44
import type {

pnpm-lock.yaml

Lines changed: 43 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)