diff options
author | 2023-01-30 09:38:31 -0800 | |
---|---|---|
committer | 2023-01-30 12:38:31 -0500 | |
commit | d9787a6ff696fd1198d16226277e0662c3a2cb8c (patch) | |
tree | ca1313ff4646ef3de06125014bb62eef1a076f60 /examples/hackernews | |
parent | e779c6242418d1d4102e683ca5b851b764c89688 (diff) | |
download | astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.gz astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.zst astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.zip |
[ci] release (#5995)
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 0e3deb87b..ce9ff31b7 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.0.1", - "astro": "^2.0.2" + "astro": "^2.0.3" } } |