diff options
author | 2022-02-01 08:52:57 -0500 | |
---|---|---|
committer | 2022-02-01 08:52:57 -0500 | |
commit | dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2 (patch) | |
tree | 7c43bc976b6f60cd311757e71bc0faf556d77bf1 /examples/framework-react | |
parent | bc8c114dcc61eaf6b5e13b379e33bf57e384977e (diff) | |
download | astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.tar.gz astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.tar.zst astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.zip |
[ci] release (next) (#2492)astro@0.23.0-next.0@astrojs/test-static-build-pkg@0.0.2@astrojs/markdown-remark@0.6.1-next.0
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 b7e3d3592..4239c399f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.20" + "astro": "^0.23.0-next.0" } } |