summaryrefslogtreecommitdiff
path: root/examples/basics
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-05-09 07:40:23 -0700
committerGravatar GitHub <noreply@github.com> 2024-05-09 22:40:23 +0800
commite2cdd3c96b22016cbab57f61b4bc67ac87f2fc00 (patch)
tree70ac53c79cea95009779f84810ca676f506aaa83 /examples/basics
parent4d163811e1a25affb2c3d9adb3af650b7f1c91b6 (diff)
downloadastro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.tar.gz
astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.tar.zst
astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.zip
[ci] release (#10985)astro@4.8.1@astrojs/react@3.3.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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index b2931a398..d4e880f06 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.8.0"
+ "astro": "^4.8.1"
}
}