diff options
author | 2023-01-30 12:28:32 -0800 | |
---|---|---|
committer | 2023-01-30 15:28:32 -0500 | |
commit | a2cbc75ac49139762714f4288d49558b43d036aa (patch) | |
tree | 58fd6df35d79e5bf81dbf034b30f42a887c4c54f /examples/hackernews | |
parent | 1a4cb6bc6ed767845546ee7705aa3853398552d5 (diff) | |
download | astro-a2cbc75ac49139762714f4288d49558b43d036aa.tar.gz astro-a2cbc75ac49139762714f4288d49558b43d036aa.tar.zst astro-a2cbc75ac49139762714f4288d49558b43d036aa.zip |
[ci] release (#6041)create-astro@2.0.2astro@2.0.4@astrojs/vue@2.0.1@astrojs/turbolinks@0.1.5@astrojs/tailwind@3.0.1@astrojs/svelte@2.0.1@astrojs/solid-js@2.0.1@astrojs/sitemap@1.0.1@astrojs/react@2.0.2@astrojs/prefetch@0.1.2@astrojs/preact@2.0.1@astrojs/netlify@2.1.0@astrojs/mdx@0.15.2@astrojs/lit@1.1.1@astrojs/image@0.13.1@astrojs/cloudflare@6.1.1@astrojs/alpinejs@0.1.3
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 ce9ff31b7..1e6f00b80 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.0.1", - "astro": "^2.0.3" + "astro": "^2.0.4" } } |