Skip to content

Commit

Permalink
build(markdown): bump mdit-vue to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 11, 2022
1 parent faf96bc commit aaec28a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 41 deletions.
15 changes: 8 additions & 7 deletions packages/@vuepress/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@mdit-vue/plugin-component": "^0.5.0",
"@mdit-vue/plugin-frontmatter": "^0.5.0",
"@mdit-vue/plugin-headers": "^0.5.0",
"@mdit-vue/plugin-sfc": "^0.5.0",
"@mdit-vue/plugin-title": "^0.5.0",
"@mdit-vue/plugin-toc": "^0.5.0",
"@mdit-vue/shared": "^0.5.0",
"@mdit-vue/plugin-component": "^0.6.0",
"@mdit-vue/plugin-frontmatter": "^0.6.0",
"@mdit-vue/plugin-headers": "^0.6.0",
"@mdit-vue/plugin-sfc": "^0.6.0",
"@mdit-vue/plugin-title": "^0.6.0",
"@mdit-vue/plugin-toc": "^0.6.0",
"@mdit-vue/shared": "^0.6.0",
"@mdit-vue/types": "^0.6.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-emoji": "^2.0.2",
"@vuepress/shared": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/markdown/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { MarkdownItEnv } from '@mdit-vue/shared'
import type { MarkdownItEnv } from '@mdit-vue/types'
import type { PageFrontmatter, PageHeader } from '@vuepress/shared'
import type * as MarkdownIt from 'markdown-it'
import type {
Expand Down
76 changes: 43 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aaec28a

Please sign in to comment.