summaryrefslogtreecommitdiff
path: root/packages/integrations/node/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-03 07:54:48 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-03 10:54:48 -0400
commit39b044e09b0ee4041cc340e465f44d487fd15a4a (patch)
treef600cb5b8b772376078d794fad298c1a4844ce60 /packages/integrations/node/package.json
parent1f0ee494a5190356d130282f1f51ba2a5e6ea63f (diff)
downloadastro@2.10.0.tar.gz
astro@2.10.0.tar.zst
astro@2.10.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/node/package.json')
-rw-r--r--packages/integrations/node/package.json4
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",