0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00

Define the Vercel adapter's peerDependency (#9348)

* Define the Vercel adapter's peerDependency

* Update .changeset/nasty-carrots-study.md

Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>

---------

Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
This commit is contained in:
Matthew Phillips 2023-12-06 14:58:35 -05:00 committed by GitHub
parent ab0281aee4
commit 1685cc42b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/vercel': patch
---
Uses the latest astro as the peerDependency

View file

@ -59,7 +59,7 @@
"web-vitals": "^3.4.0"
},
"peerDependencies": {
"astro": "^4.0.0-beta.0"
"astro": "^4.0.2"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.6",