diff options
Diffstat (limited to 'packages/integrations/vercel/package.json')
-rw-r--r-- | packages/integrations/vercel/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 56265f199..8b8629ad2 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "3.4.0", + "version": "3.4.1", "type": "module", "author": "withastro", "license": "MIT", @@ -50,7 +50,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.1.1", + "@astrojs/webapi": "^2.2.0", "@vercel/analytics": "^0.1.8", "@vercel/nft": "^0.22.1", "esbuild": "^0.17.12", @@ -59,7 +59,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.5.5" + "astro": "workspace:^2.5.6" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", |