diff options
author | 2021-11-17 19:05:54 -0500 | |
---|---|---|
committer | 2021-11-17 19:05:54 -0500 | |
commit | 96d5a942800f8892c2bad89004bc646a4d420c37 (patch) | |
tree | 69185df3093902720dcd128fc64621d71969679b /examples/framework-react | |
parent | 4879c8b2b687a19b03cfd1df65b7f7d33ffe32c9 (diff) | |
download | astro-96d5a942800f8892c2bad89004bc646a4d420c37.tar.gz astro-96d5a942800f8892c2bad89004bc646a4d420c37.tar.zst astro-96d5a942800f8892c2bad89004bc646a4d420c37.zip |
Version Packages (next) (#1863)
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 1dc81b269..9fa6048a7 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-next.5" + "astro": "^0.21.0-next.6" } } |