aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-07-31 21:17:26 +0800
committerGravatar GitHub <noreply@github.com> 2024-07-31 21:17:26 +0800
commit750d5328c93be9ac3df352d2d813c109891c8e64 (patch)
tree0c4311f9cc36d323fd0a1ad96286c110a9de162a /packages/integrations/markdoc/test
parent45ad326932971b44630a32d9092c9505f24f42f8 (diff)
downloadastro-750d5328c93be9ac3df352d2d813c109891c8e64.tar.gz
astro-750d5328c93be9ac3df352d2d813c109891c8e64.tar.zst
astro-750d5328c93be9ac3df352d2d813c109891c8e64.zip
fix(deps): update all non-major dependencies (#11565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 d4a77b453..9ca21ed16 100644
--- a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
+++ b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
@@ -6,6 +6,6 @@
"@astrojs/markdoc": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
- "preact": "^10.22.1"
+ "preact": "^10.23.1"
}
}