diff options
author | 2023-08-23 07:12:09 -0700 | |
---|---|---|
committer | 2023-08-23 22:12:09 +0800 | |
commit | ee06c4fe5c0b859f5f2b104bc4142bb935ffcea2 (patch) | |
tree | fc925eec0a4a27982891b1d73a4df28182c1d010 /examples/hackernews | |
parent | 17d9aab39a26e8d8cd0e3ccb16b10b86b84659a1 (diff) | |
download | astro-ee06c4fe5c0b859f5f2b104bc4142bb935ffcea2.tar.gz astro-ee06c4fe5c0b859f5f2b104bc4142bb935ffcea2.tar.zst astro-ee06c4fe5c0b859f5f2b104bc4142bb935ffcea2.zip |
[ci] release (#8172)astro@2.10.13@astrojs/node@5.3.6
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index d6665045f..d5c36f428 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.3.5", - "astro": "^2.10.12" + "@astrojs/node": "^5.3.6", + "astro": "^2.10.13" } } |