diff options
author | 2022-08-10 13:54:12 -0700 | |
---|---|---|
committer | 2022-08-10 16:54:12 -0400 | |
commit | 1ee08baf912f4850bd5dc312a752f9eebba971ec (patch) | |
tree | d6c663a439fecee1432ef3358646468f502331a5 /examples/blog | |
parent | a9baa45af35abdd3e1930fb49e8b6fb0a4340e2a (diff) | |
download | astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.gz astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.zst astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.zip |
[ci] release (#4228)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 281a1ea31..30b88adf1 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/preact": "^1.0.0", - "astro": "^1.0.1" + "@astrojs/preact": "^1.0.1", + "astro": "^1.0.2" }, "dependencies": { "preact": "^10.7.3" |