diff options
author | 2023-08-23 19:52:13 +0800 | |
---|---|---|
committer | 2023-08-23 19:52:13 +0800 | |
commit | 353dcb23e8035c0fa93f4a1ae83195e371e757f1 (patch) | |
tree | ec6c569cbc7e13e59d077ae6b8c24177ca9dbfc3 /packages/integrations/markdoc/test | |
parent | 632579dc2094cc342929261c89e689f0dd358284 (diff) | |
download | astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.gz astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.zst astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.zip |
Update non-major dependencies (#8199)
Diffstat (limited to 'packages/integrations/markdoc/test')
-rw-r--r-- | packages/integrations/markdoc/test/fixtures/render-with-components/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json index 784b6c727..2cacd2cfb 100644 --- a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json +++ b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json @@ -7,6 +7,6 @@ "astro": "workspace:*" }, "devDependencies": { - "shiki": "^0.14.1" + "shiki": "^0.14.3" } } |