summaryrefslogtreecommitdiff
path: root/examples/basics
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-21 08:12:29 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-21 11:12:29 -0500
commit10beb174e5d0a2747f3a30289f42782892d0dbd5 (patch)
tree923858db00d541d2bb17f9017238b90a88ef016d /examples/basics
parent23dc937435e0dc89dee5e74e8870464160efb17c (diff)
downloadastro-10beb174e5d0a2747f3a30289f42782892d0dbd5.tar.gz
astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.tar.zst
astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.zip
[ci] release (beta) (#12491)astro@5.0.0-beta.10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r--examples/basics/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index dbedbb0e9..10076e7c5 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.9"
+ "astro": "^5.0.0-beta.10"
}
}