diff options
author | 2024-04-02 00:46:43 -0700 | |
---|---|---|
committer | 2024-04-02 15:46:43 +0800 | |
commit | f7d6254f8f63363dc88b07381983f2a8cce69559 (patch) | |
tree | 88c7a320c01db789603d35283320ade2d7d9093a /examples/with-mdx | |
parent | 260f4fa1912ba78299c587a7cad1101354ebbb48 (diff) | |
download | astro-@astrojs/vue@4.0.10.tar.gz astro-@astrojs/vue@4.0.10.tar.zst astro-@astrojs/vue@4.0.10.zip |
[ci] release (#10603)astro@4.5.13@astrojs/vue@4.0.10@astrojs/vercel@7.5.1@astrojs/preact@3.1.2@astrojs/mdx@2.2.3@astrojs/markdown-remark@5.0.0@astrojs/markdoc@0.9.4@astrojs/db@0.9.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-mdx')
-rw-r--r-- | examples/with-mdx/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 2da34d5ba..7928e5e21 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.2", - "@astrojs/preact": "^3.1.1", - "astro": "^4.5.12", + "@astrojs/mdx": "^2.2.3", + "@astrojs/preact": "^3.1.2", + "astro": "^4.5.13", "preact": "^10.19.2" } } |