summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/deno/package.json')
-rw-r--r--packages/integrations/deno/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index cfe272b7e..c9ea7f38c 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
- "version": "4.0.0-beta.2",
+ "version": "4.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -32,7 +32,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.4"
+ "astro": "workspace:^2.0.0"
},
"devDependencies": {
"astro": "workspace:*",