summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/markdoc')
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/markdoc/test/fixtures/render-with-components/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 5f887a022..b17fbc747 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -78,7 +78,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"devalue": "^5.1.1",
- "linkedom": "^0.18.5",
+ "linkedom": "^0.18.6",
"vite": "^6.0.7"
},
"engines": {
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 8f3a87d11..518348cb6 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.0"
+ "preact": "^10.25.4"
}
}