diff options
author | 2024-03-12 04:45:51 -0700 | |
---|---|---|
committer | 2024-03-12 07:45:51 -0400 | |
commit | 24ee74a37fe1fa17b119f26f0273349f83a6447a (patch) | |
tree | 08850fad2cec2b884efde8cd725703616a84b529 /examples/hackernews | |
parent | 41ca94e5136a80a58d000f3eb87029442599a4a3 (diff) | |
download | astro-24ee74a37fe1fa17b119f26f0273349f83a6447a.tar.gz astro-24ee74a37fe1fa17b119f26f0273349f83a6447a.tar.zst astro-24ee74a37fe1fa17b119f26f0273349f83a6447a.zip |
[ci] release (#10397)astro@4.5.2@astrojs/db@0.8.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 393cc1d64..edcb5146f 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.3", - "astro": "^4.5.1" + "astro": "^4.5.2" } } |