diff options
author | 2022-03-28 16:52:23 -0400 | |
---|---|---|
committer | 2022-03-28 16:52:23 -0400 | |
commit | 8b7220f5e47782bcb1713479fd829a1dfc9fff6d (patch) | |
tree | 2ea65d72773326efbc3c82c6fabf5eeb1a223e2d /examples/blog | |
parent | 5c9312620d00827ca783bc319e3f5376dd6cecd2 (diff) | |
download | astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.tar.gz astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.tar.zst astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.zip |
[ci] release (#2919)astro@0.25.3
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 6ec109958..2aa6de6fb 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.2", + "astro": "^0.25.3", "@astrojs/preact": "^0.0.2" }, "dependencies": { |