diff options
author | 2023-08-03 07:54:48 -0700 | |
---|---|---|
committer | 2023-08-03 10:54:48 -0400 | |
commit | 39b044e09b0ee4041cc340e465f44d487fd15a4a (patch) | |
tree | f600cb5b8b772376078d794fad298c1a4844ce60 /packages/integrations/node/package.json | |
parent | 1f0ee494a5190356d130282f1f51ba2a5e6ea63f (diff) | |
download | astro@2.10.0.tar.gz astro@2.10.0.tar.zst astro@2.10.0.zip |
[ci] release (#7912)astro@2.10.0@astrojs/vercel@3.8.0@astrojs/node@5.3.2@astrojs/image@0.17.3
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.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", |