diff options
Diffstat (limited to 'packages/integrations/node/package.json')
-rw-r--r-- | packages/integrations/node/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index eeebc3201..bb33df74d 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "5.3.1", + "version": "5.3.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.9.7" + "astro": "workspace:^2.10.0" }, "devDependencies": { "@types/node": "^18.16.18", |