diff options
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 56923ee38..f214c8eee 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/image": "^0.3.3", "@astrojs/mdx": "^0.9.0", "@astrojs/sitemap": "^1.0.0", - "astro": "^1.0.4" + "astro": "^1.0.5" } } |