summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/nasty-carrots-study.md5
-rw-r--r--packages/integrations/vercel/package.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/nasty-carrots-study.md b/.changeset/nasty-carrots-study.md
new file mode 100644
index 000000000..13ee46022
--- /dev/null
+++ b/.changeset/nasty-carrots-study.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/vercel': patch
+---
+
+Uses the latest astro as the peerDependency
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 730020c04..935baee36 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -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",