diff options
author | 2024-08-28 03:51:43 -0700 | |
---|---|---|
committer | 2024-08-28 12:51:43 +0200 | |
commit | 5af8b4f1cb7508d22d994f077948a3b505b1412e (patch) | |
tree | 30e2f92f079b1fb556623b97ad3592f43e175dd8 /examples/hackernews | |
parent | a2214cedd0461a2df3ac58d8a4ec5a2912e93f31 (diff) | |
download | astro-5af8b4f1cb7508d22d994f077948a3b505b1412e.tar.gz astro-5af8b4f1cb7508d22d994f077948a3b505b1412e.tar.zst astro-5af8b4f1cb7508d22d994f077948a3b505b1412e.zip |
[ci] release (#11835)astro@4.14.6@astrojs/preact@3.5.2@astrojs/partytown@2.1.2@astrojs/mdx@3.1.5@astrojs/markdoc@0.11.4
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 1e67ec4db..0f844a371 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.3", - "astro": "^4.14.5" + "astro": "^4.14.6" } } |