diff options
author | 2024-12-16 07:29:28 -0800 | |
---|---|---|
committer | 2024-12-16 16:29:28 +0100 | |
commit | 33ae7320e8687ab243424980f3ec8f64bf06a94f (patch) | |
tree | e1038b330dad96ad4c781ceefd090599ee54039d /examples/basics | |
parent | 25c1e597f1e0f460351c2201a6bc46a77a417968 (diff) | |
download | astro-33ae7320e8687ab243424980f3ec8f64bf06a94f.tar.gz astro-33ae7320e8687ab243424980f3ec8f64bf06a94f.tar.zst astro-33ae7320e8687ab243424980f3ec8f64bf06a94f.zip |
[ci] release (#12716)astro@5.0.6@astrojs/db@0.14.4
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 0791668c3..2e3dbcb62 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.5" + "astro": "^5.0.6" } } |