diff options
author | 2023-09-14 09:44:09 -0700 | |
---|---|---|
committer | 2023-09-14 12:44:09 -0400 | |
commit | fca6892f8d6a30ceb1e04213be2414dd4cb4d389 (patch) | |
tree | 3c43b4b72102656a06e1585df030438cfd4cb467 /examples/component | |
parent | 8376f24b47fe3a740125b72f8050907718a672ad (diff) | |
download | astro-fca6892f8d6a30ceb1e04213be2414dd4cb4d389.tar.gz astro-fca6892f8d6a30ceb1e04213be2414dd4cb4d389.tar.zst astro-fca6892f8d6a30ceb1e04213be2414dd4cb4d389.zip |
[ci] release (#8540)create-astro@4.1.0astro@3.1.0@astrojs/vercel@5.0.0@astrojs/mdx@1.1.0@astrojs/markdown-remark@3.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/component')
-rw-r--r-- | examples/component/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/component/package.json b/examples/component/package.json index 9f0d43fe8..460763afe 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^3.0.13" + "astro": "^3.1.0" }, "peerDependencies": { "astro": "^2.0.0-beta.0" |