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" },