diff options
author | 2021-08-19 18:03:07 -0600 | |
---|---|---|
committer | 2021-08-19 18:03:07 -0600 | |
commit | 0c314791c4d19c923f94d61de5858afc9732c00e (patch) | |
tree | d06db49d74435569732524dd604002a259be21d6 /examples/blog | |
parent | cdbe2e486d56eeeae7a11f51837faa8aaa955d8e (diff) | |
download | astro-0c314791c4d19c923f94d61de5858afc9732c00e.tar.gz astro-0c314791c4d19c923f94d61de5858afc9732c00e.tar.zst astro-0c314791c4d19c923f94d61de5858afc9732c00e.zip |
Version Packages (#1163)astro@0.19.1@astrojs/markdown-support@0.2.4
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 4f8e7c6d5..0a944b2da 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." |