diff options
author | 2024-05-22 00:40:11 -0700 | |
---|---|---|
committer | 2024-05-22 09:40:11 +0200 | |
commit | 9ddd6387a7e70d1111dd4a60450d3c710325380c (patch) | |
tree | a718c1d4c8f41995f7046ff83e1eaccce94e5ef9 /examples/framework-react | |
parent | f00ecd45960769e13d23e5456f89406aff8a49ce (diff) | |
download | astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.tar.gz astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.tar.zst astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.zip |
[ci] release (#11086)astro@4.8.7@astrojs/web-vitals@0.2.0@astrojs/sitemap@3.1.5@astrojs/mdx@3.0.1@astrojs/db@0.11.4
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 b95dd0aed..d549ccd27 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.3.4", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", - "astro": "^4.8.6", + "astro": "^4.8.7", "react": "^18.3.1", "react-dom": "^18.3.1" } |