diff options
author | 2023-10-23 02:22:50 -0700 | |
---|---|---|
committer | 2023-10-23 17:22:50 +0800 | |
commit | 42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a (patch) | |
tree | ebb7fa75bdc31232cb203e7b240b79632f3d01ca /examples/with-markdown-plugins | |
parent | e69f7292d736f9a4ee375c4fb482aadfd48445a7 (diff) | |
download | astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.tar.gz astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.tar.zst astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.zip |
[ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.2
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 c89070ab6..bfa94af47 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.3.0", - "astro": "^3.3.2", + "astro": "^3.3.3", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |