diff options
author | 2022-08-26 17:30:37 -0700 | |
---|---|---|
committer | 2022-08-26 21:30:37 -0300 | |
commit | 270852370a4ab44b4489f4ed91841f026b7df071 (patch) | |
tree | 918c9067a31db77344e77370cd9674b1beef6b43 /examples/with-mdx/package.json | |
parent | 4e1af3f0e8f5627cea24e4ec76d711d0387e3176 (diff) | |
download | astro-38be57e5c9f82858af891c2364fae7f54a179bc4.tar.gz astro-38be57e5c9f82858af891c2364fae7f54a179bc4.tar.zst astro-38be57e5c9f82858af891c2364fae7f54a179bc4.zip |
[ci] release (#4508)astro@1.1.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-mdx/package.json')
-rw-r--r-- | examples/with-mdx/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index a7c5540fd..635047028 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@astrojs/mdx": "^0.10.2", "@astrojs/preact": "^1.0.2", - "astro": "^1.1.0", + "astro": "^1.1.1", "preact": "^10.6.5" } } |