summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-01-03 15:32:43 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-03 15:32:43 -0500
commit4cc8c84caf1b5e7a5ae17dffad3a05f93efcc863 (patch)
treedd4807175f1be56545f77a91483c64dfb45fb28b
parentf0a3288ddb164aa79590eb2138bb6b82a30983a8 (diff)
downloadastro-4cc8c84caf1b5e7a5ae17dffad3a05f93efcc863.tar.gz
astro-4cc8c84caf1b5e7a5ae17dffad3a05f93efcc863.tar.zst
astro-4cc8c84caf1b5e7a5ae17dffad3a05f93efcc863.zip
Fix astro-embed peerDep issue (#5731)
* Fix astro-embed peerDep issue * Update lockfile
-rw-r--r--packages/astro/test/fixtures/third-party-astro/package.json2
-rw-r--r--pnpm-lock.yaml2
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:../../..