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",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "workspace:*",
|
"astro": "^1.0.0",
|
||||||
"astro-embed": "^0.1.1"
|
"astro-embed": "^0.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2493,7 +2493,7 @@ importers:
|
||||||
|
|
||||||
packages/astro/test/fixtures/third-party-astro:
|
packages/astro/test/fixtures/third-party-astro:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: workspace:*
|
astro: ^1.0.0
|
||||||
astro-embed: ^0.1.1
|
astro-embed: ^0.1.1
|
||||||
dependencies:
|
dependencies:
|
||||||
astro: link:../../..
|
astro: link:../../..
|
||||||
|
|
Loading…
Reference in a new issue