diff options
author | 2023-03-02 12:32:38 -0800 | |
---|---|---|
committer | 2023-03-02 14:32:38 -0600 | |
commit | 5c95f4f95a4f279153ab773cb63be8ec56a14db4 (patch) | |
tree | c2e40515277834f2c0cbda777dc4e68031dc40c3 /examples/docs | |
parent | f208b5f897189d67b6a83c1643fab31decacb8fc (diff) | |
download | astro-5c95f4f95a4f279153ab773cb63be8ec56a14db4.tar.gz astro-5c95f4f95a4f279153ab773cb63be8ec56a14db4.tar.zst astro-5c95f4f95a4f279153ab773cb63be8ec56a14db4.zip |
[ci] release (#6377)create-astro@3.0.5astro@2.0.17@astrojs/vercel@3.1.4
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 7cdb8bf66..3462a5e3d 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.16", + "astro": "^2.0.17", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |