diff options
author | 2024-08-29 04:50:49 -0700 | |
---|---|---|
committer | 2024-08-29 13:50:49 +0200 | |
commit | 17f71278f4bf9b749d9170023e82bd46cbb7edd5 (patch) | |
tree | e8e5c567d4662cac40e906a13819fddcb96efab8 /examples/framework-react | |
parent | 9da5b3dab2abfac8867957434574fbfed40f71f5 (diff) | |
download | astro-17f71278f4bf9b749d9170023e82bd46cbb7edd5.tar.gz astro-17f71278f4bf9b749d9170023e82bd46cbb7edd5.tar.zst astro-17f71278f4bf9b749d9170023e82bd46cbb7edd5.zip |
[ci] release (#11857)astro@4.15.0@astrojs/web-vitals@3.0.0@astrojs/db@0.14.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 fe90c765a..88f04f255 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", - "astro": "^4.14.6", + "astro": "^4.15.0", "react": "^18.3.1", "react-dom": "^18.3.1" } |