diff options
author | 2021-12-16 17:36:48 -0600 | |
---|---|---|
committer | 2021-12-16 17:36:48 -0600 | |
commit | 810aeb321a46ff37ce1250cbfb727d944ef8a825 (patch) | |
tree | 23d6477b21cc1534d465314f46ff52afa1258ef1 /examples/with-markdown | |
parent | b8be7e868ee0655f5d988526a79e7fbdf48cfdf3 (diff) | |
download | astro-@astrojs/renderer-svelte@0.2.3.tar.gz astro-@astrojs/renderer-svelte@0.2.3.tar.zst astro-@astrojs/renderer-svelte@0.2.3.zip |
chore: release @astrojs/renderer-svelte@0.2.3astro@0.21.13@astrojs/renderer-svelte@0.2.3
Diffstat (limited to '')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 3b4d3bcaf..d309b023c 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.12", + "astro": "^0.21.13", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 7cd5fa718..79a0d2f4b 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } |