diff options
author | 2023-04-27 07:12:14 -0700 | |
---|---|---|
committer | 2023-04-27 22:12:14 +0800 | |
commit | 06c527330a7a3439aa6a5fb2ab217fd44b204cd8 (patch) | |
tree | 3c3dbad506206f59ac2875580cef0c4ef5505e16 /examples/docs | |
parent | 383ad80768bf76454090e073d9a88733b6d7b1ff (diff) | |
download | astro-06c527330a7a3439aa6a5fb2ab217fd44b204cd8.tar.gz astro-06c527330a7a3439aa6a5fb2ab217fd44b204cd8.tar.zst astro-06c527330a7a3439aa6a5fb2ab217fd44b204cd8.zip |
[ci] release (#6914)
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 322ebcfdc..edcb9f6f9 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |