summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-12-03 16:53:32 +0000
committerGravatar GitHub <noreply@github.com> 2024-12-03 16:53:32 +0000
commit30722870da52a19cb3106ac25c8215e5c44bbee3 (patch)
tree5d3bcf0ed70b9b84bb167f5e1582b433e7ac4fd7
parent557fdae9f33fb2986f2ff047be6192eb4e0b589c (diff)
downloadastro-30722870da52a19cb3106ac25c8215e5c44bbee3.tar.gz
astro-30722870da52a19cb3106ac25c8215e5c44bbee3.tar.zst
astro-30722870da52a19cb3106ac25c8215e5c44bbee3.zip
chore: update examples to use latest node (#12603)
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--pnpm-lock.yaml43
3 files changed, 6 insertions, 41 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index c87dfdbc1..d677d5faf 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^9.0.0-alpha.1",
+ "@astrojs/node": "^9.0.0",
"astro": "^5.0.1"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 00362d6df..05962d938 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^9.0.0-alpha.1",
+ "@astrojs/node": "^9.0.0",
"@astrojs/svelte": "^7.0.1",
"astro": "^5.0.1",
"svelte": "^5.1.16"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3c95a5350..e0d3e97ee 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -326,8 +326,8 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
- specifier: ^9.0.0-alpha.1
- version: 9.0.0-alpha.1(astro@packages+astro)
+ specifier: ^9.0.0
+ version: 9.0.0(astro@packages+astro)
astro:
specifier: ^5.0.1
version: link:../../packages/astro
@@ -353,8 +353,8 @@ importers:
examples/ssr:
dependencies:
'@astrojs/node':
- specifier: ^9.0.0-alpha.1
- version: 9.0.0-alpha.1(astro@packages+astro)
+ specifier: ^9.0.0
+ version: 9.0.0(astro@packages+astro)
'@astrojs/svelte':
specifier: ^7.0.1
version: link:../../packages/integrations/svelte
@@ -5630,11 +5630,6 @@ packages:
peerDependencies:
astro: ^5.0.0
- '@astrojs/node@9.0.0-alpha.1':
- resolution: {integrity: sha512-5KsaJYuAnKP4tmT/skEWLs4UP6FQhtwIVa26MBU5imiS/aL33cIwmZ7Gl2W0rP/t4Wnz9ehf42lXWXLPekhETw==}
- peerDependencies:
- astro: ^5.0.0-alpha.0
-
'@astrojs/yaml2ts@0.2.1':
resolution: {integrity: sha512-CBaNwDQJz20E5WxzQh4thLVfhB3JEEGz72wRA+oJp6fQR37QLAqXZJU0mHC+yqMOQ6oj0GfRPJrz6hjf+zm6zA==}
@@ -10212,10 +10207,6 @@ packages:
engines: {node: '>=10'}
hasBin: true
- send@0.18.0:
- resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
- engines: {node: '>= 0.8.0'}
-
send@0.19.0:
resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
engines: {node: '>= 0.8.0'}
@@ -11326,14 +11317,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@astrojs/node@9.0.0-alpha.1(astro@packages+astro)':
- dependencies:
- astro: link:packages/astro
- send: 0.18.0
- server-destroy: 1.0.1
- transitivePeerDependencies:
- - supports-color
-
'@astrojs/yaml2ts@0.2.1':
dependencies:
yaml: 2.5.1
@@ -16492,24 +16475,6 @@ snapshots:
semver@7.6.3: {}
- send@0.18.0:
- dependencies:
- debug: 2.6.9
- depd: 2.0.0
- destroy: 1.2.0
- encodeurl: 1.0.2
- escape-html: 1.0.3
- etag: 1.8.1
- fresh: 0.5.2
- http-errors: 2.0.0
- mime: 1.6.0
- ms: 2.1.3
- on-finished: 2.4.1
- range-parser: 1.2.1
- statuses: 2.0.1
- transitivePeerDependencies:
- - supports-color
-
send@0.19.0:
dependencies:
debug: 2.6.9