Skip to content

Commit

Permalink
feat(plugin-shiki): bump shiki to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jan 12, 2022
1 parent 4e6f76e commit 9d42e56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-shiki/package.json
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@vuepress/core": "2.0.0-beta.32",
"shiki": "^0.9.14"
"shiki": "^0.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9621,10 +9621,10 @@ shell-quote@^1.7.1:
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==

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

0 comments on commit 9d42e56

Please sign in to comment.