diff options
author | 2024-04-18 08:35:39 -0700 | |
---|---|---|
committer | 2024-04-18 11:35:39 -0400 | |
commit | 7fda037b277201b261e53dd0d43a92c5e8f1c638 (patch) | |
tree | 4473be069f24cc9ff433f8a0b851601804bb2771 /examples/hackernews | |
parent | 6561af9def95542a2cf302fc204cdb0c8e0a6b21 (diff) | |
download | astro-7fda037b277201b261e53dd0d43a92c5e8f1c638.tar.gz astro-7fda037b277201b261e53dd0d43a92c5e8f1c638.tar.zst astro-7fda037b277201b261e53dd0d43a92c5e8f1c638.zip |
[ci] release (#10798)astro@4.6.3@astrojs/sitemap@3.1.4@astrojs/db@0.10.5
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 5314b6025..a7ea4297a 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.6.2" + "astro": "^4.6.3" } } |