diff options
author | 2022-08-30 09:45:04 -0700 | |
---|---|---|
committer | 2022-08-30 12:45:04 -0400 | |
commit | e905784bf12ef45093078404d3d07f01e32638ca (patch) | |
tree | dbc4ecc155f83b06a0517e6e095e6b45f9bd4e17 /examples/with-markdown-plugins | |
parent | 8504cd79b708e0d3bf1a2bb4ff9b86936bdd692b (diff) | |
download | astro-e905784bf12ef45093078404d3d07f01e32638ca.tar.gz astro-e905784bf12ef45093078404d3d07f01e32638ca.tar.zst astro-e905784bf12ef45093078404d3d07f01e32638ca.zip |
[ci] release (#4520)astro@1.1.2@astrojs/react@1.1.1@astrojs/mdx@0.10.3@astrojs/markdown-remark@1.1.1@astrojs/lit@1.0.1@astrojs/image@0.3.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 47e395aed..58cb5f8ff 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/markdown-remark": "^1.1.0", - "astro": "^1.1.1", + "@astrojs/markdown-remark": "^1.1.1", + "astro": "^1.1.2", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |