summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-27 12:43:34 +0000
committerGravatar GitHub <noreply@github.com> 2025-03-27 12:43:34 +0000
commita5061d62e920a75b9764ed9aeb5f60e51046db32 (patch)
tree46cfced1be773baafcf1c4815c30585a7dabd99a /packages/integrations/mdx/test
parent718549174748c78bfd25d3b69dd2ba042f1d0158 (diff)
downloadastro-a5061d62e920a75b9764ed9aeb5f60e51046db32.tar.gz
astro-a5061d62e920a75b9764ed9aeb5f60e51046db32.tar.zst
astro-a5061d62e920a75b9764ed9aeb5f60e51046db32.zip
fix(deps): update astro dependencies (#13498)
* fix(deps): update astro dependencies * fix types shenanigans --------- 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/mdx/test')
-rw-r--r--packages/integrations/mdx/test/fixtures/css-head-mdx/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/test/fixtures/css-head-mdx/package.json b/packages/integrations/mdx/test/fixtures/css-head-mdx/package.json
index 1b62bf940..0abf82349 100644
--- a/packages/integrations/mdx/test/fixtures/css-head-mdx/package.json
+++ b/packages/integrations/mdx/test/fixtures/css-head-mdx/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/mdx": "workspace:*",
"astro": "workspace:*",
- "astro-remote": "0.3.3"
+ "astro-remote": "0.3.4"
}
}