diff options
author | 2024-09-02 21:00:49 +0800 | |
---|---|---|
committer | 2024-09-02 21:00:49 +0800 | |
commit | 19751df8870d68604c7f751b05837ea3ed8e0791 (patch) | |
tree | 427c1264c6a58337a84f6e03857c34244e7ead62 /examples/hackernews | |
parent | 8a1abcfd9d0507c68ede46d6f123002956c4340d (diff) | |
download | astro-19751df8870d68604c7f751b05837ea3ed8e0791.tar.gz astro-19751df8870d68604c7f751b05837ea3ed8e0791.tar.zst astro-19751df8870d68604c7f751b05837ea3ed8e0791.zip |
Fix examples version update for removed packages (#11901)
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 3ef279514..2536820a4 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^0.0.0", + "@astrojs/node": "^8.3.3", "astro": "^4.15.2" } } |