Skip to content

Commit

Permalink
perf: bump shiki to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Feb 20, 2024
1 parent cec3191 commit 89c8a0e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions plugins/plugin-shikiji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"vuepress": "2.0.0-rc.7"
},
"dependencies": {
"@shikijs/transformers": "^1.1.3",
"@shikijs/twoslash": "^1.1.3",
"@shikijs/transformers": "^1.1.6",
"@shikijs/twoslash": "^1.1.6",
"nanoid": "^5.0.5",
"shiki": "^1.1.3"
"shiki": "^1.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion theme/src/node/container.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import containerPlugin from '@vuepress/plugin-container'
import { containerPlugin } from '@vuepress/plugin-container'
import type { Plugin } from 'vuepress/core'

export const customContainers: Plugin[] = [
Expand Down

0 comments on commit 89c8a0e

Please sign in to comment.