diff options
author | 2025-03-11 02:23:12 -0700 | |
---|---|---|
committer | 2025-03-11 09:23:12 +0000 | |
commit | 10fae31ac1278ea3f713467cd2909372a4f41bb3 (patch) | |
tree | 7cc36c9debd9da029162cdac31dc60a7d10b94c0 /examples/basics/package.json | |
parent | 6d1c63fa46a624b1c4981d4324ebabf37cc2b958 (diff) | |
download | astro-10fae31ac1278ea3f713467cd2909372a4f41bb3.tar.gz astro-10fae31ac1278ea3f713467cd2909372a4f41bb3.tar.zst astro-10fae31ac1278ea3f713467cd2909372a4f41bb3.zip |
[ci] release (#13361)astro@5.4.3@astrojs/vercel@8.1.2@astrojs/upgrade@0.5.1@astrojs/svelte@7.0.6@astrojs/node@9.1.3@astrojs/netlify@6.2.3@astrojs/mdx@4.1.1@astrojs/markdown-remark@6.2.1@astrojs/markdoc@0.12.11@astrojs/internal-helpers@0.6.1@astrojs/cloudflare@12.2.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics/package.json')
-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 0a1fcdbf3..a97b14fc4 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" } } |