diff options
author | 2024-04-09 18:00:07 -0700 | |
---|---|---|
committer | 2024-04-09 21:00:07 -0400 | |
commit | 0fec72b35cccf80b66a85664877ca9dcc94114aa (patch) | |
tree | 602c1e53e4da599bcba1afcfa158255660e91169 /examples/hackernews | |
parent | 83d4536bd6771c49cfe8603f30c6da3a97788555 (diff) | |
download | astro-0fec72b35cccf80b66a85664877ca9dcc94114aa.tar.gz astro-0fec72b35cccf80b66a85664877ca9dcc94114aa.tar.zst astro-0fec72b35cccf80b66a85664877ca9dcc94114aa.zip |
[ci] release (#10729)astro@4.5.18@astrojs/db@0.10.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 007b11ff3..f243a46a1 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.5.17" + "astro": "^4.5.18" } } |