Fix astro-embed peerDep issue (#5731)
* Fix astro-embed peerDep issue * Update lockfile
This commit is contained in:
parent
f0a3288ddb
commit
4cc8c84caf
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro": "^1.0.0",
|
||||
"astro-embed": "^0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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:../../..
|
||||
|
|
Loading…
Reference in a new issue