diff options
author | 2024-11-06 06:55:41 -0800 | |
---|---|---|
committer | 2024-11-06 22:55:41 +0800 | |
commit | e10b03e88c22592fbb42d7245b65c4f486ab736d (patch) | |
tree | c174dc493366d877660d22ac83bf91695d5805fb /examples/basics | |
parent | 4a35c505e4914c723ec0d26cd663e7a1d9a86b00 (diff) | |
download | astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.tar.gz astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.tar.zst astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.zip |
[ci] release (#12369)astro@4.16.10@astrojs/svelte@5.7.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index eaff31cfe..84d2260de 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.9" + "astro": "^4.16.10" } } |