summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-06-07 17:28:26 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-07 17:28:26 -0400
commit9cf83338cd0cafd9452b7f44ab64fc232bd4714a (patch)
tree036c65e0308d1db4e229398e246071bb9e79ed4f /examples/blog
parent522c8738139ec5f2e0ae9ee16284032cacf04dc1 (diff)
downloadastro-9cf83338cd0cafd9452b7f44ab64fc232bd4714a.tar.gz
astro-9cf83338cd0cafd9452b7f44ab64fc232bd4714a.tar.zst
astro-9cf83338cd0cafd9452b7f44ab64fc232bd4714a.zip
Version Packages (#323)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 6c8e2c678..09c59aafd 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
- "astro": "^0.12.5",
+ "astro": "^0.12.6",
"nodemon": "^2.0.7"
},
"snowpack": {