diff options
author | 2022-09-09 07:56:48 -0700 | |
---|---|---|
committer | 2022-09-09 10:56:48 -0400 | |
commit | b6dd8b595ccbcc3e9984bdd5b685c210867aaaab (patch) | |
tree | dd5ece9280cb41c293dbd437a65fb5262c85bd24 /examples/with-markdown-plugins | |
parent | e5fd0a49469cee406d68be65bc97b8a7f2bb3b88 (diff) | |
download | astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.tar.gz astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.tar.zst astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.zip |
[ci] release (#4680)astro@1.1.8@astrojs/react@1.1.2@astrojs/image@0.6.1
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 | 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 7262a8b2e..3f04c357c 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.7", + "astro": "^1.1.8", "@astrojs/markdown-remark": "^1.1.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", |