diff options
author | 2023-07-25 12:15:41 -0700 | |
---|---|---|
committer | 2023-07-25 15:15:41 -0400 | |
commit | db8c04002f51e89df57d44680e9e562105505aa4 (patch) | |
tree | 8e34b0ba7adb90c1201123d07e2020981e70eccd /examples/with-markdown-plugins | |
parent | 67db2f5d4ea15383894b91528fb39ad67d9e1125 (diff) | |
download | astro-db8c04002f51e89df57d44680e9e562105505aa4.tar.gz astro-db8c04002f51e89df57d44680e9e562105505aa4.tar.zst astro-db8c04002f51e89df57d44680e9e562105505aa4.zip |
[ci] release (#7784)astro@2.9.3@astrojs/markdoc@0.4.4@astrojs/deno@4.3.0
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 409ca0fd8..2dc3e3fb0 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.9.2", + "astro": "^2.9.3", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |