mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Add Astro as a peerDependency (#5806)
* Add Astro as a peerDependency * Add changeset * Update .changeset/thin-seahorses-worry.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
parent
3496e7f84c
commit
d72625fb3d
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@
|
|||
"fast-glob": "^3.2.11",
|
||||
"set-cookie-parser": "^2.5.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "workspace:^2.0.0-beta.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/set-cookie-parser": "^2.4.2",
|
||||
"astro": "workspace:*",
|
||||
|
|
Loading…
Add table
Reference in a new issue