Skip to content

Commit

Permalink
Define the Vercel adapter's peerDependency (#9348)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
matthewp and alexanderniebuhr authored Dec 6, 2023
1 parent ab0281a commit 1685cc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nasty-carrots-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/vercel': patch
---

Uses the latest astro as the peerDependency
2 changes: 1 addition & 1 deletion packages/integrations/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1685cc4

Please sign in to comment.