diff options
author | 2023-04-25 07:48:36 -0700 | |
---|---|---|
committer | 2023-04-25 22:48:36 +0800 | |
commit | c6f12645868d0f79b04ed511d83b68f4179d96f6 (patch) | |
tree | 84726b40c5411417eba0fc768673fbc48cc4fad6 /examples/docs | |
parent | edabf01b44d8c99da160973cd0f779e0a0b93cd7 (diff) | |
download | astro-c6f12645868d0f79b04ed511d83b68f4179d96f6.tar.gz astro-c6f12645868d0f79b04ed511d83b68f4179d96f6.tar.zst astro-c6f12645868d0f79b04ed511d83b68f4179d96f6.zip |
[ci] release (#6863)astro@2.3.1@astrojs/vercel@3.2.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index 1982d4385..322ebcfdc 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.0", + "astro": "^2.3.1", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |