diff options
author | 2023-07-28 06:12:05 -0700 | |
---|---|---|
committer | 2023-07-28 09:12:05 -0400 | |
commit | 98ca04f91546ed620f9a3ec0d35a6f597fb11e97 (patch) | |
tree | f46c9cd3776b74e5eccd40421c4abf64d549d3b5 /examples/framework-react | |
parent | 2f95a3e0ca04643c9879d1b3c4a234f6e9b7ec4d (diff) | |
download | astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.tar.gz astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.tar.zst astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.zip |
[ci] release (#7851)astro@2.9.5
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 934d18e6e..50c563c9c 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^2.2.1", "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", - "astro": "^2.9.4", + "astro": "^2.9.5", "react": "^18.2.0", "react-dom": "^18.2.0" } |