Skip to content

Commit

Permalink
feat(plugin-shiki): use shiki v2 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Jan 22, 2025
1 parent f14a387 commit c5e7d4b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions plugins/markdown/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"style": "sass src:lib --embed-sources --style=compressed --pkg-importer=node"
},
"dependencies": {
"@shikijs/transformers": "^1.29.1",
"@shikijs/transformers": "^2.1.0",
"@vuepress/helper": "workspace:*",
"@vuepress/highlighter-helper": "workspace:*",
"nanoid": "^5.0.9",
"shiki": "^1.29.1"
"shiki": "^2.1.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.19"
Expand Down
86 changes: 43 additions & 43 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 c5e7d4b

Please sign in to comment.