diff options
author | 2022-10-03 08:52:23 -0700 | |
---|---|---|
committer | 2022-10-03 11:52:23 -0400 | |
commit | bb022f5230f6f9eca07366275c44af056e06eeca (patch) | |
tree | ff0e22a519d0ccb920e5d1251967bcb5bc77158d /examples/with-mdx | |
parent | 88163e02baacf43faadca9e58929d7065af9caa6 (diff) | |
download | astro-bb022f5230f6f9eca07366275c44af056e06eeca.tar.gz astro-bb022f5230f6f9eca07366275c44af056e06eeca.tar.zst astro-bb022f5230f6f9eca07366275c44af056e06eeca.zip |
[ci] release (#4957)astro@1.4.3@astrojs/mdx@0.11.4
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index ac76f17e0..e1d38705a 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.2", + "astro": "^1.4.3", "preact": "^10.6.5", "@astrojs/preact": "^1.1.1", - "@astrojs/mdx": "^0.11.3" + "@astrojs/mdx": "^0.11.4" } } |