diff options
author | 2024-01-04 07:16:31 -0800 | |
---|---|---|
committer | 2024-01-04 15:16:31 +0000 | |
commit | e862d070b47cc7ff13988434bed7f34b7871c683 (patch) | |
tree | 1b3f524690765356d397503855e9dfa8f9373b28 /examples/hackernews | |
parent | 825ba1a598586a4106196a44dd41f47fb466de6f (diff) | |
download | astro-e862d070b47cc7ff13988434bed7f34b7871c683.tar.gz astro-e862d070b47cc7ff13988434bed7f34b7871c683.tar.zst astro-e862d070b47cc7ff13988434bed7f34b7871c683.zip |
[ci] release (#9580)create-astro@4.7.0astro@4.1.0@astrojs/solid-js@4.0.0@astrojs/preact@3.1.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 10e2cef66..cbc5b3aeb 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^7.0.4", - "astro": "^4.0.9" + "astro": "^4.1.0" } } |