diff options
author | 2022-03-15 17:06:40 -0500 | |
---|---|---|
committer | 2022-03-15 17:06:40 -0500 | |
commit | b36d16eb8f9ab9b9ec5cc8173d83222815446909 (patch) | |
tree | ac1cea5e67974295ce54437c6d25a6efcbcc3590 /examples/framework-react | |
parent | 86419d9ed7a5273a98075d928650d1de7c685ea0 (diff) | |
download | astro-b36d16eb8f9ab9b9ec5cc8173d83222815446909.tar.gz astro-b36d16eb8f9ab9b9ec5cc8173d83222815446909.tar.zst astro-b36d16eb8f9ab9b9ec5cc8173d83222815446909.zip |
[ci] release (#2802)
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 0f4d77a05..579c21692 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.1" + "astro": "^0.24.2" } } |