Skip to content

Commit

Permalink
chore: update examples to use latest node (#12603)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Dec 3, 2024
1 parent 557fdae commit 3072287
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 41 deletions.
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
"@astrojs/node": "^9.0.0",
"astro": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
43 changes: 4 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3072287

Please sign in to comment.