Skip to content

Commit 3072287

Browse files
authored
chore: update examples to use latest node (withastro#12603)
1 parent 557fdae commit 3072287

File tree

3 files changed

+6
-41
lines changed

3 files changed

+6
-41
lines changed

examples/hackernews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/node": "^9.0.0-alpha.1",
13+
"@astrojs/node": "^9.0.0",
1414
"astro": "^5.0.1"
1515
}
1616
}

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"server": "node dist/server/entry.mjs"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^9.0.0-alpha.1",
14+
"@astrojs/node": "^9.0.0",
1515
"@astrojs/svelte": "^7.0.1",
1616
"astro": "^5.0.1",
1717
"svelte": "^5.1.16"

pnpm-lock.yaml

Lines changed: 4 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)