diff options
author | 2023-04-13 10:59:32 +0200 | |
---|---|---|
committer | 2023-04-13 10:59:32 +0200 | |
commit | a6bec9c1b74e5059af829a164e2a66619246e79c (patch) | |
tree | 82b9c31da34569bc982025336377e99f5fd1cddf | |
parent | 33560234437647f2d768578e7b285c858bff7898 (diff) | |
download | astro-a6bec9c1b74e5059af829a164e2a66619246e79c.tar.gz astro-a6bec9c1b74e5059af829a164e2a66619246e79c.tar.zst astro-a6bec9c1b74e5059af829a164e2a66619246e79c.zip |
fix: broken lockfile (#6834)
-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: |