summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/src
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/src
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/src')
-rw-r--r--packages/integrations/mdx/src/rehype-images-to-component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/mdx/src/rehype-images-to-component.ts b/packages/integrations/mdx/src/rehype-images-to-component.ts
index d6e5308c4..6676ee323 100644
--- a/packages/integrations/mdx/src/rehype-images-to-component.ts
+++ b/packages/integrations/mdx/src/rehype-images-to-component.ts
@@ -102,6 +102,7 @@ export function rehypeImageToComponent() {
sourceType: 'module',
body: [
{
+ attributes: [],
type: 'ImportDeclaration',
source: {
type: 'Literal',