summaryrefslogtreecommitdiff
path: root/examples/basics
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-05-23 09:05:22 -0700
committerGravatar GitHub <noreply@github.com> 2024-05-23 12:05:22 -0400
commit4c7949d1ae28f5597ec08cab788fe683197b0c3c (patch)
treee00a01bacb96c20ab5f1b02b586ea1233c57f7a9 /examples/basics
parent4bb926908d9a7ee134701c3e5a1b5e6ea688f843 (diff)
downloadastro-4c7949d1ae28f5597ec08cab788fe683197b0c3c.tar.gz
astro-4c7949d1ae28f5597ec08cab788fe683197b0c3c.tar.zst
astro-4c7949d1ae28f5597ec08cab788fe683197b0c3c.zip
[ci] release (#11132)astro@4.9.1
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 2f341c81a..e191ead6b 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.9.0"
+ "astro": "^4.9.1"
}
}