diff options
author | 2024-09-19 06:13:53 -0700 | |
---|---|---|
committer | 2024-09-19 14:13:53 +0100 | |
commit | b4563f85428925cdb4b9d7cb8a9f53543db8c76c (patch) | |
tree | 76f7972b09a2a7a99a1e2c5bfead7899e66688c0 /examples/framework-react | |
parent | e00a641f3aee9c1f66aa237aec44cdea53e2bc50 (diff) | |
download | astro-b4563f85428925cdb4b9d7cb8a9f53543db8c76c.tar.gz astro-b4563f85428925cdb4b9d7cb8a9f53543db8c76c.tar.zst astro-b4563f85428925cdb4b9d7cb8a9f53543db8c76c.zip |
[ci] release (#12021)astro@4.15.8@astrojs/mdx@3.1.7
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 813a828af..0574a99ec 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.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.7", + "astro": "^4.15.8", "react": "^18.3.1", "react-dom": "^18.3.1" } |