Skip to content

Commit 9d42e56

Browse files
committed
feat(plugin-shiki): bump shiki to 0.10.0
1 parent 4e6f76e commit 9d42e56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/@vuepress/plugin-shiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@vuepress/core": "2.0.0-beta.32",
33-
"shiki": "^0.9.14"
33+
"shiki": "^0.10.0"
3434
},
3535
"publishConfig": {
3636
"access": "public"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9621,10 +9621,10 @@ shell-quote@^1.7.1:
96219621
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
96229622
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
96239623

9624-
shiki@^0.9.14:
9625-
version "0.9.14"
9626-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.9.14.tgz#6b3e369edf76049ae7ad7c2b0498c35c200b8dd7"
9627-
integrity sha512-uLHjjyJdNsMzF9GOF8vlOuZ8BwigiYPraMN5yjC826k8K7Xu90JQcC5GUNrzRibLgT2EOk9597I1IX+jRdA8nw==
9624+
shiki@^0.10.0:
9625+
version "0.10.0"
9626+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.10.0.tgz#85f21ecfa95b377ff64db6c71442c22c220e9540"
9627+
integrity sha512-iczxaIYeBFHTFrQPb9DVy2SKgYxC4Wo7Iucm7C17cCh2Ge/refnvHscUOxM85u57MfLoNOtjoEFUWt9gBexblA==
96289628
dependencies:
96299629
jsonc-parser "^3.0.0"
96309630
vscode-oniguruma "^1.6.1"

0 commit comments

Comments
 (0)