summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-04 10:58:12 +0000
committerGravatar GitHub <noreply@github.com> 2025-03-04 10:58:12 +0000
commit16d6d41b2e8b4c418b580f945d26a1ef386940a4 (patch)
tree64e174360637536f182dd6b876479c079a378283 /packages/integrations/markdoc/test
parent5c0e0eaa908bbfd6705eb950713c26c9ee0bd32d (diff)
downloadastro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.tar.gz
astro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.tar.zst
astro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.zip
fix(deps): update all non-major dependencies (#13346)
* fix(deps): update all non-major dependencies * chore: fix type issue --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.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 518348cb6..4e9bad754 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.25.4"
+ "preact": "^10.26.4"
}
}