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 bf61415f7..220747557 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": "5.0.0-rc.2",
+ "version": "5.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -36,7 +36,7 @@
"esbuild": "^0.19.2"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-rc.11"
+ "astro": "workspace:^3.0.0"
},
"devDependencies": {
"astro": "workspace:*",