From 4cc8c84caf1b5e7a5ae17dffad3a05f93efcc863 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 3 Jan 2023 15:32:43 -0500 Subject: [PATCH] Fix astro-embed peerDep issue (#5731) * Fix astro-embed peerDep issue * Update lockfile --- packages/astro/test/fixtures/third-party-astro/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/test/fixtures/third-party-astro/package.json b/packages/astro/test/fixtures/third-party-astro/package.json index 26e11aefd..f5bfdb768 100644 --- a/packages/astro/test/fixtures/third-party-astro/package.json +++ b/packages/astro/test/fixtures/third-party-astro/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "astro": "workspace:*", + "astro": "^1.0.0", "astro-embed": "^0.1.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 59880bbb4..2e4110925 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2493,7 +2493,7 @@ importers: packages/astro/test/fixtures/third-party-astro: specifiers: - astro: workspace:* + astro: ^1.0.0 astro-embed: ^0.1.1 dependencies: astro: link:../../..