diff options
author | 2025-01-31 09:37:07 -0800 | |
---|---|---|
committer | 2025-01-31 17:37:07 +0000 | |
commit | 7ccf950203aaf958c10b17b73f6d7e1d8ef3e6ab (patch) | |
tree | 5c99b10ca1d86f23038206bb9c253d2c09288a05 /examples/basics | |
parent | 2a85bd705c1500c8355bff6016ae37676b1677b5 (diff) | |
download | astro-7ccf950203aaf958c10b17b73f6d7e1d8ef3e6ab.tar.gz astro-7ccf950203aaf958c10b17b73f6d7e1d8ef3e6ab.tar.zst astro-7ccf950203aaf958c10b17b73f6d7e1d8ef3e6ab.zip |
[ci] release (#13114)astro@5.2.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 69d55e171..29273e12a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.2.2" + "astro": "^5.2.3" } } |