summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-22 10:27:46 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-22 10:27:46 -0500
commit63df5fbf23c36a86d49f07b82aa2b59397d52f0e (patch)
treeb3676fd48d9eea74a2642e003a53a603b3c7a414 /examples/framework-react
parent17954a863489889e9cb2ec7bf0a1af38f9302abb (diff)
downloadastro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.tar.gz
astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.tar.zst
astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.zip
Version Packages (#1967)astro@0.21.1
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 559863839..bd91ba4c8 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}