From 69d4ea2c924980f502630e2e02919a833b46d93d Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 1 Aug 2023 12:05:59 +0100 Subject: [PATCH] chore: use workspace packages (#7894) --- packages/astro/package.json | 6 +++--- packages/integrations/markdoc/package.json | 6 +++--- packages/integrations/mdx/package.json | 4 ++-- packages/integrations/vercel/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 93c2e8d3e..2f9333e7d 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -116,10 +116,10 @@ }, "dependencies": { "@astrojs/compiler": "^1.6.3", - "@astrojs/internal-helpers": "^0.1.1", + "@astrojs/internal-helpers": "workspace:*", "@astrojs/language-server": "^1.0.0", - "@astrojs/markdown-remark": "^2.2.1", - "@astrojs/telemetry": "^2.1.1", + "@astrojs/markdown-remark": "workspace:*", + "@astrojs/telemetry": "workspace:*", "@babel/core": "^7.22.5", "@babel/generator": "^7.22.5", "@babel/parser": "^7.22.5", diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 6f9b6d8bb..881f4561c 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -63,8 +63,8 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/internal-helpers": "^0.1.0", - "@astrojs/prism": "^2.1.2", + "@astrojs/internal-helpers": "workspace:*", + "@astrojs/prism": "workspace:*", "@markdoc/markdoc": "^0.3.0", "esbuild": "^0.18.16", "github-slugger": "^2.0.0", @@ -78,7 +78,7 @@ "astro": "workspace:^2.9.6" }, "devDependencies": { - "@astrojs/markdown-remark": "^2.2.1", + "@astrojs/markdown-remark": "workspace:*", "@types/chai": "^4.3.5", "@types/html-escaper": "^3.0.0", "@types/markdown-it": "^12.2.3", diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 72e51d029..b01f9fdc8 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -34,8 +34,8 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/markdown-remark": "^2.2.1", - "@astrojs/prism": "^2.1.2", + "@astrojs/markdown-remark": "workspace:*", + "@astrojs/prism": "workspace:*", "@mdx-js/mdx": "^2.3.0", "acorn": "^8.9.0", "es-module-lexer": "^1.3.0", diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 191deca3f..c259cc89f 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -51,7 +51,7 @@ "test:hosted": "mocha --exit --timeout 30000 test/hosted" }, "dependencies": { - "@astrojs/internal-helpers": "^0.1.1", + "@astrojs/internal-helpers": "workspace:*", "@vercel/analytics": "^0.1.11", "@vercel/nft": "^0.22.6", "esbuild": "^0.18.16",