diff options
author | 2022-03-15 19:40:27 -0500 | |
---|---|---|
committer | 2022-03-15 19:40:27 -0500 | |
commit | 2b89613539f854ff9836573454f513d2ed1cbeb8 (patch) | |
tree | 73cdae1e88d1526c502e163fa3d24efa4d4d7dd4 /examples/framework-react | |
parent | 9a5d58d5ba5153b859f1ed1be8e011268c4f8815 (diff) | |
download | astro-2b89613539f854ff9836573454f513d2ed1cbeb8.tar.gz astro-2b89613539f854ff9836573454f513d2ed1cbeb8.tar.zst astro-2b89613539f854ff9836573454f513d2ed1cbeb8.zip |
[ci] release (#2808)
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 579c21692..399246155 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-react": "^0.5.0", - "astro": "^0.24.2" + "astro": "^0.24.3" } } |