From 2777e7c0e552b02821cdf4c034cf962eebac1d6e Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 1 Aug 2023 12:15:39 +0100 Subject: [PATCH] chore: use workspace packages (#7896) --- packages/integrations/cloudflare/package.json | 2 +- packages/integrations/netlify/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 5f935cfa2..5e47e6543 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -39,7 +39,7 @@ "test:match": "mocha --exit --timeout 30000 -g" }, "dependencies": { - "@astrojs/underscore-redirects": "^0.2.0", + "@astrojs/underscore-redirects": "workspace:*", "@cloudflare/workers-types": "^4.20230518.0", "esbuild": "^0.18.16", "tiny-glob": "^0.2.9" diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 3f3fcefa3..b6d6d4ca7 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -38,7 +38,7 @@ "test:hosted": "mocha --exit --timeout 30000 test/hosted" }, "dependencies": { - "@astrojs/underscore-redirects": "^0.2.0", + "@astrojs/underscore-redirects": "workspace:*", "@netlify/functions": "^1.6.0", "esbuild": "^0.18.16" },