diff options
author | 2025-02-24 13:23:56 +0000 | |
---|---|---|
committer | 2025-02-24 13:23:56 +0000 | |
commit | 6efd57d1747052e9a61d8867dd5941d0bf65ff22 (patch) | |
tree | 4def1b42d2ae0d64546dbd79c7854cf663fb5bf4 /pnpm-lock.yaml | |
parent | 2e1321e9d5b27da3e86bc4021e4136661a8055aa (diff) | |
download | astro-6efd57d1747052e9a61d8867dd5941d0bf65ff22.tar.gz astro-6efd57d1747052e9a61d8867dd5941d0bf65ff22.tar.zst astro-6efd57d1747052e9a61d8867dd5941d0bf65ff22.zip |
fix: update deps of adapters (#13304)
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 637c877d9..43a87b82e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4550,10 +4550,10 @@ importers: packages/integrations/cloudflare: dependencies: '@astrojs/internal-helpers': - specifier: 0.4.2 - version: 0.4.2 + specifier: workspace:* + version: link:../../internal-helpers '@astrojs/underscore-redirects': - specifier: ^0.6.0 + specifier: workspace:* version: link:../../underscore-redirects '@cloudflare/workers-types': specifier: ^4.20250109.0 @@ -5705,7 +5705,7 @@ importers: packages/integrations/vercel: dependencies: '@astrojs/internal-helpers': - specifier: ^0.5.1 + specifier: workspace:* version: link:../../internal-helpers '@vercel/analytics': specifier: ^1.4.1 @@ -6336,9 +6336,6 @@ packages: '@astrojs/compiler@2.10.3': resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} - '@astrojs/internal-helpers@0.4.2': - resolution: {integrity: sha512-EdDWkC3JJVcpGpqJAU/5hSk2LKXyG3mNGkzGoAuyK+xoPHbaVdSuIWoN1QTnmK3N/gGfaaAfM8gO2KDCAW7S3w==} - '@astrojs/language-server@2.15.0': resolution: {integrity: sha512-wJHSjGApm5X8Rg1GvkevoatZBfvaFizY4kCPvuSYgs3jGCobuY3KstJGKC1yNLsRJlDweHruP+J54iKn9vEKoA==} hasBin: true @@ -12865,8 +12862,6 @@ snapshots: '@astrojs/compiler@2.10.3': {} - '@astrojs/internal-helpers@0.4.2': {} - '@astrojs/language-server@2.15.0(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.3)': dependencies: '@astrojs/compiler': 2.10.3 |