diff options
author | 2023-06-20 07:32:26 -0700 | |
---|---|---|
committer | 2023-06-20 10:32:26 -0400 | |
commit | 1589eaabcdfeab12e585fd40c98978e2dfab4981 (patch) | |
tree | a851cc4d1a9cbaf568b6c8cf7651514cacded221 /examples/with-markdown-plugins | |
parent | 2b34fc49282cbf5bf89de46359b51a67a5c4b8bb (diff) | |
download | astro-1589eaabcdfeab12e585fd40c98978e2dfab4981.tar.gz astro-1589eaabcdfeab12e585fd40c98978e2dfab4981.tar.zst astro-1589eaabcdfeab12e585fd40c98978e2dfab4981.zip |
[ci] release (#7428)astro@2.6.6@astrojs/cloudflare@6.5.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 97e5510a5..915f4f4fe 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^2.2.1", - "astro": "^2.6.5", + "astro": "^2.6.6", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |