diff options
author | 2021-11-22 10:27:46 -0500 | |
---|---|---|
committer | 2021-11-22 10:27:46 -0500 | |
commit | 63df5fbf23c36a86d49f07b82aa2b59397d52f0e (patch) | |
tree | b3676fd48d9eea74a2642e003a53a603b3c7a414 /examples/framework-react | |
parent | 17954a863489889e9cb2ec7bf0a1af38f9302abb (diff) | |
download | astro-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.json | 2 |
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" } } |