diff options
author | 2025-02-28 08:59:28 -0800 | |
---|---|---|
committer | 2025-02-28 16:59:28 +0000 | |
commit | 8483502bb222858af96304a35f5d94b450d2e132 (patch) | |
tree | b20e5fe904409db56d417f186c2672d7e781582e /examples/basics | |
parent | f15aa9d4e8e03cc15bb6b0d0b398374237ba70a2 (diff) | |
download | astro-8483502bb222858af96304a35f5d94b450d2e132.tar.gz astro-8483502bb222858af96304a35f5d94b450d2e132.tar.zst astro-8483502bb222858af96304a35f5d94b450d2e132.zip |
[ci] release (#13337)astro@5.4.1@astrojs/upgrade@0.5.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 752fc89fe..99ad05b6f 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.0" + "astro": "^5.4.1" } } |