From 9d41ea3af3cfb51cc97478c91fc3e01719e1cb35 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Mon, 13 Feb 2023 17:58:52 -0500 Subject: [PATCH] chore: remove unused fixture dep --- .../fixtures/content-collections-with-config-mjs/package.json | 3 +-- pnpm-lock.yaml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/astro/test/fixtures/content-collections-with-config-mjs/package.json b/packages/astro/test/fixtures/content-collections-with-config-mjs/package.json index eed4ebb90..3b20bebdf 100644 --- a/packages/astro/test/fixtures/content-collections-with-config-mjs/package.json +++ b/packages/astro/test/fixtures/content-collections-with-config-mjs/package.json @@ -3,7 +3,6 @@ "version": "0.0.0", "private": true, "dependencies": { - "astro": "workspace:*", - "@astrojs/mdx": "workspace:*" + "astro": "workspace:*" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 028d1b00e..2468c9262 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1716,10 +1716,8 @@ importers: packages/astro/test/fixtures/content-collections-with-config-mjs: specifiers: - '@astrojs/mdx': workspace:* astro: workspace:* dependencies: - '@astrojs/mdx': link:../../../../integrations/mdx astro: link:../../.. packages/astro/test/fixtures/content-ssr-integration: