diff options
author | 2024-10-31 00:56:38 -0700 | |
---|---|---|
committer | 2024-10-31 15:56:38 +0800 | |
commit | 5f7bf49d38ab888e65f010e106579c7947a8d5c6 (patch) | |
tree | a58b6cd14078d14efb0ac8bd8b8764302f29a740 /examples/hackernews | |
parent | ffc836bac0cdea684ea91f958ac8298d4ee4b07d (diff) | |
download | astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.gz astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.zst astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.zip |
[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9
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 596d62dc9..7b2e84757 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.16.7" + "astro": "^4.16.8" } } |