Skip to content

Commit

Permalink
feat: update mdit-vue and markdown-it types (close #48) (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy authored Apr 13, 2024
1 parent d4ed808 commit 4385471
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
},
"dependencies": {
"@mdit-vue/plugin-component": "^2.0.0",
"@mdit-vue/plugin-frontmatter": "^2.0.0",
"@mdit-vue/types": "^2.0.0",
"@mdit-vue/plugin-component": "^2.1.1",
"@mdit-vue/plugin-frontmatter": "^2.1.0",
"@mdit-vue/types": "^2.1.0",
"@rollup/pluginutils": "^5.1.0",
"@types/markdown-it": "^13.0.7",
"markdown-it": "^14.0.0",
"@types/markdown-it": "^14.0.1",
"markdown-it": "^14.1.0",
"unplugin": "^1.6.0"
},
"devDependencies": {
Expand Down
58 changes: 29 additions & 29 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 4385471

Please sign in to comment.