diff options
author | 2024-08-22 13:56:59 -0700 | |
---|---|---|
committer | 2024-08-22 16:56:59 -0400 | |
commit | cf65476b27053333cf5a36f6f9f46b794c98dfa2 (patch) | |
tree | 1656e06d2de0ea927a6348f9bd56854bf90f36ce /examples/hackernews | |
parent | 3f7630afd697809b1d4fbac6edd18153983c70ac (diff) | |
download | astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.tar.gz astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.tar.zst astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.zip |
[ci] release (#11817)astro@4.14.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 14dc87aca..1e67ec4db 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.3", - "astro": "^4.14.4" + "astro": "^4.14.5" } } |