diff options
-rw-r--r-- | pnpm-lock.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f29189d1..c0fa7f3d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2451,12 +2451,13 @@ importers: version: link:../../.. packages/astro/test/fixtures/custom-assets-name: - specifiers: - '@astrojs/node': workspace:* - astro: workspace:* dependencies: - '@astrojs/node': link:../../../../integrations/node - astro: link:../../.. + '@astrojs/node': + specifier: workspace:* + version: link:../../../../integrations/node + astro: + specifier: workspace:* + version: link:../../.. packages/astro/test/fixtures/custom-elements: dependencies: |