diff options
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f48f3ed9..633ee1b9d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1280,6 +1280,14 @@ importers: dependencies: astro: link:../../.. + packages/astro/test/fixtures/astro-markdown-md-mode: + specifiers: + '@astrojs/svelte': workspace:* + astro: workspace:* + dependencies: + '@astrojs/svelte': link:../../../../integrations/svelte + astro: link:../../.. + packages/astro/test/fixtures/astro-markdown-plugins: specifiers: '@astrojs/preact': workspace:* |