diff options
author | 2024-04-11 04:24:47 -0700 | |
---|---|---|
committer | 2024-04-11 13:24:47 +0200 | |
commit | 66bc1041d4fbef95d624fc9bff0c3f9ced4638c2 (patch) | |
tree | 81dd90a2528c781476d61e8255a569a3b53f9254 /examples/blog | |
parent | 908645d9ddfa58fbbe2b5d160d94b7d531ccf7a6 (diff) | |
download | astro-66bc1041d4fbef95d624fc9bff0c3f9ced4638c2.tar.gz astro-66bc1041d4fbef95d624fc9bff0c3f9ced4638c2.tar.zst astro-66bc1041d4fbef95d624fc9bff0c3f9ced4638c2.zip |
[ci] release (#10739)create-astro@4.8.0astro@4.6.0@astrojs/vue@4.1.0@astrojs/upgrade@0.3.0@astrojs/telemetry@3.1.0@astrojs/svelte@5.4.0@astrojs/solid-js@4.1.0@astrojs/react@3.3.0@astrojs/prism@3.1.0@astrojs/preact@3.2.0@astrojs/mdx@2.3.0@astrojs/markdown-remark@5.1.0@astrojs/markdoc@0.10.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 6a3c24b57..03925559a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.4", + "@astrojs/mdx": "^2.3.0", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.2", - "astro": "^4.5.18" + "astro": "^4.6.0" } } |