diff options
-rw-r--r-- | .changeset/fluffy-crabs-sneeze.md | 6 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 4 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 13 |
4 files changed, 13 insertions, 12 deletions
diff --git a/.changeset/fluffy-crabs-sneeze.md b/.changeset/fluffy-crabs-sneeze.md new file mode 100644 index 000000000..b10644c80 --- /dev/null +++ b/.changeset/fluffy-crabs-sneeze.md @@ -0,0 +1,6 @@ +--- +'@astrojs/cloudflare': patch +'@astrojs/vercel': patch +--- + +Fixes a small issue where the package was pulling an outdated version of its internal dependencies. diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index aa1b3ba49..289a4df3b 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -33,8 +33,8 @@ "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@astrojs/internal-helpers": "0.4.2", - "@astrojs/underscore-redirects": "^0.6.0", + "@astrojs/internal-helpers": "workspace:*", + "@astrojs/underscore-redirects": "workspace:*", "@cloudflare/workers-types": "^4.20250109.0", "esbuild": "^0.24.0", "estree-walker": "^3.0.3", diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 73b515649..23a676317 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -46,7 +46,7 @@ "test:hosted": "astro-scripts test --timeout 30000 \"test/hosted/*.test.js\"" }, "dependencies": { - "@astrojs/internal-helpers": "^0.5.1", + "@astrojs/internal-helpers": "workspace:*", "@vercel/analytics": "^1.4.1", "@vercel/edge": "^1.2.1", "@vercel/nft": "^0.29.0", 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 |