diff options
author | 2025-03-27 12:43:34 +0000 | |
---|---|---|
committer | 2025-03-27 12:43:34 +0000 | |
commit | a5061d62e920a75b9764ed9aeb5f60e51046db32 (patch) | |
tree | 46cfced1be773baafcf1c4815c30585a7dabd99a /packages/integrations/mdx/src | |
parent | 718549174748c78bfd25d3b69dd2ba042f1d0158 (diff) | |
download | astro-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.ts | 1 |
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', |