diff options
author | 2025-02-13 06:18:26 -0800 | |
---|---|---|
committer | 2025-02-13 14:18:26 +0000 | |
commit | adb58f9e71fe47db5557c50070be9cd2930b0b1e (patch) | |
tree | 4a156d35b141a40cbe94449474d69fd90a0efd01 /examples/basics | |
parent | 5c6d58a98c070c91dcee969d761d18a8ae3eded0 (diff) | |
download | astro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.tar.gz astro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.tar.zst astro-adb58f9e71fe47db5557c50070be9cd2930b0b1e.zip |
[ci] release (#13230)astro@5.3.0@astrojs/node@9.1.0@astrojs/netlify@6.2.0
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 6b3cdbe18..ddc72560a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.2.6" + "astro": "^5.3.0" } } |