diff options
author | 2022-03-09 19:01:26 -0600 | |
---|---|---|
committer | 2022-03-09 19:01:26 -0600 | |
commit | 6ead80db47aa128cb286bea9cfe9ff7635a5f4ac (patch) | |
tree | bdd4b483fae5d27d56330614b20beaccf500447c /examples/blog | |
parent | 518331f56074d768561114e00f4e5f38d7efaaba (diff) | |
download | astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.tar.gz astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.tar.zst astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.zip |
[ci] release (next) (#2734)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 737c86a51..fd9847ea9 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.24.0-next.0", + "astro": "^0.24.0-next.1", "@astrojs/renderer-preact": "^0.5.0" } } |