diff options
author | 2023-02-02 16:43:30 -0800 | |
---|---|---|
committer | 2023-02-02 19:43:30 -0500 | |
commit | a1c0cbe604c9f91cdc421b5606aab574999eba01 (patch) | |
tree | 88da90334f047ffbb84fe7bf7dff1afc19c168bf /examples/hackernews | |
parent | 74c135ef9d3f0c658e1a78d0c982607b2fec9c27 (diff) | |
download | astro-a1c0cbe604c9f91cdc421b5606aab574999eba01.tar.gz astro-a1c0cbe604c9f91cdc421b5606aab574999eba01.tar.zst astro-a1c0cbe604c9f91cdc421b5606aab574999eba01.zip |
[ci] release (#6109)@astrojs/preact@2.0.2@astrojs/node@5.0.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 354490854..ef2169c12 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.2", + "@astrojs/node": "^5.0.3", "astro": "^2.0.6" } } |