From 08e1162ff14c6e095444e98d9299a9bd6bf2a7ac Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Fri, 10 Feb 2023 09:00:01 -0500 Subject: [PATCH] deps: add shiki for Code comp error --- examples/with-markdoc/package.json | 3 ++- pnpm-lock.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index c5fe03bc6..4b424e064 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e724a7e21..76f147d58 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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