diff options
author | 2022-06-30 20:09:17 -0700 | |
---|---|---|
committer | 2022-07-01 03:09:17 +0000 | |
commit | 0f73ece26bfc03570a7cab100255de4fbbb1ecfa (patch) | |
tree | a3d39d564037eb3632accd701bdccef3210be0aa /examples/with-markdown-plugins | |
parent | a2b385303c96969459c75d1197ceedb8608b44b6 (diff) | |
download | astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.tar.gz astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.tar.zst astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.zip |
[ci] release (#3783)
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 2f291a427..ed88fe42e 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.60", + "astro": "^1.0.0-beta.61", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |