aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-08-23 19:52:13 +0800
committerGravatar GitHub <noreply@github.com> 2023-08-23 19:52:13 +0800
commit353dcb23e8035c0fa93f4a1ae83195e371e757f1 (patch)
treeec6c569cbc7e13e59d077ae6b8c24177ca9dbfc3 /packages/integrations/markdoc/test
parent632579dc2094cc342929261c89e689f0dd358284 (diff)
downloadastro-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.json2
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"
}
}