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-03 16:29:11 -0600
committerGravatar GitHub <noreply@github.com> 2021-12-03 16:29:11 -0600
commitfe11bdb5f76e855f1e0016b972492ae759747355 (patch)
treee9112b0c897ef48423fad5e1981bebb20b374fd6 /examples/framework-react
parent8346a1f2b9e38d68788e0c6dc62f872a46ebe8a7 (diff)
downloadastro-fe11bdb5f76e855f1e0016b972492ae759747355.tar.gz
astro-fe11bdb5f76e855f1e0016b972492ae759747355.tar.zst
astro-fe11bdb5f76e855f1e0016b972492ae759747355.zip
chore: release (#2118)astro@0.21.10
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 4ac09bf1a..02f2483ee 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.9"
+ "astro": "^0.21.10"
}
}