diff options
author | 2021-11-23 17:12:00 -0600 | |
---|---|---|
committer | 2021-11-23 17:12:00 -0600 | |
commit | 0751808a2e9f38790ea713e06b4e379710445c72 (patch) | |
tree | 0b6af6cb6901201e58e472d7a5860d1df07d03f5 /examples/with-markdown-plugins | |
parent | 7476a92461c4ed3e9b879d3ee7669ba59d027248 (diff) | |
download | astro-0751808a2e9f38790ea713e06b4e379710445c72.tar.gz astro-0751808a2e9f38790ea713e06b4e379710445c72.tar.zst astro-0751808a2e9f38790ea713e06b4e379710445c72.zip |
Version Packages (#1988)create-astro@0.6.8astro@0.21.3@astrojs/renderer-svelte@0.2.1
* Version Packages (next)
* chore: update CHANGELOG
* fix: merge conflict
* fix: merge conflict
* chore: remove pre.json
* Version Packages
* Version Packages
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 9af6de55d..83c26b2e1 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2", + "astro": "^0.21.3", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |