diff options
author | 2024-02-12 06:25:50 -0800 | |
---|---|---|
committer | 2024-02-12 14:25:50 +0000 | |
commit | 7371e1b5fc980ef625f0ff28f089a229451dfb4a (patch) | |
tree | fd42753f2e42ee23261ae47402615a936c36b8b9 /examples/hackernews | |
parent | 1b528d2e500ea473ae5471e357eafa0097bd6579 (diff) | |
download | astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.tar.gz astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.tar.zst astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.zip |
[ci] release (#10029)astro@4.3.6@astrojs/markdoc@0.9.0
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 1f85935a4..37c745c00 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.0", - "astro": "^4.3.5" + "astro": "^4.3.6" } } |