Fix astro-embed peerDep issue (#5731)

* Fix astro-embed peerDep issue

* Update lockfile
This commit is contained in:
Matthew Phillips 2023-01-03 15:32:43 -05:00 committed by GitHub
parent f0a3288ddb
commit 4cc8c84caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "workspace:*",
"astro": "^1.0.0",
"astro-embed": "^0.1.1"
}
}

View file

@ -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:../../..