deps: add shiki for Code comp error
This commit is contained in:
parent
b4b1396039
commit
08e1162ff1
2 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
"dependencies": {
|
||||
"@astrojs/markdoc": "^0.0.1",
|
||||
"@astrojs/mdx": "^0.16.0",
|
||||
"astro": "^2.0.6"
|
||||
"astro": "^2.0.6",
|
||||
"shiki": "^0.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@markdoc/markdoc": "^0.2.2"
|
||||
|
|
|
@ -291,10 +291,12 @@ importers:
|
|||
'@astrojs/mdx': ^0.16.0
|
||||
'@markdoc/markdoc': ^0.2.2
|
||||
astro: ^2.0.6
|
||||
shiki: ^0.11.1
|
||||
dependencies:
|
||||
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
astro: link:../../packages/astro
|
||||
shiki: 0.11.1
|
||||
devDependencies:
|
||||
'@markdoc/markdoc': 0.2.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue