summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-12-09 04:57:08 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-09 04:57:08 -0800
commit9ac4259d2e27ea87990a704e31f6df211ef16ffb (patch)
tree3f6987c766149f02dbab56897a11c38ee5e5c380 /examples/framework-react
parent993b9cc5b89146ca81cb5adc80c4ba017cb55fe0 (diff)
downloadastro-9ac4259d2e27ea87990a704e31f6df211ef16ffb.tar.gz
astro-9ac4259d2e27ea87990a704e31f6df211ef16ffb.tar.zst
astro-9ac4259d2e27ea87990a704e31f6df211ef16ffb.zip
chore: release (#2149)create-astro@0.6.10astro@0.21.12
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-react')
-rw-r--r--examples/framework-react/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 1408c830e..16afc684f 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.11"
+ "astro": "^0.21.12"
}
}