diff options
author | 2023-10-12 07:43:24 -0700 | |
---|---|---|
committer | 2023-10-12 09:43:24 -0500 | |
commit | 6bb69305c9bda813cd32950ec113b567a88a1555 (patch) | |
tree | 49537946e1effaf34cb13da611684db44d02c5a1 /examples/hackernews | |
parent | 45ae41a457b1fa54955e40fb8f588a8a54da0bf3 (diff) | |
download | astro-6bb69305c9bda813cd32950ec113b567a88a1555.tar.gz astro-6bb69305c9bda813cd32950ec113b567a88a1555.tar.zst astro-6bb69305c9bda813cd32950ec113b567a88a1555.zip |
[ci] release (#8796)astro@3.3.0@astrojs/mdx@1.1.2@astrojs/markdown-remark@3.3.0@astrojs/markdoc@0.6.0@astrojs/cloudflare@7.5.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 f52895da1..de3129fe3 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^6.0.3", - "astro": "^3.2.4" + "astro": "^3.3.0" } } |