diff options
author | 2024-05-09 07:40:23 -0700 | |
---|---|---|
committer | 2024-05-09 22:40:23 +0800 | |
commit | e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00 (patch) | |
tree | 70ac53c79cea95009779f84810ca676f506aaa83 /examples/framework-react | |
parent | 4d163811e1a25affb2c3d9adb3af650b7f1c91b6 (diff) | |
download | astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.tar.gz astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.tar.zst astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.zip |
[ci] release (#10985)astro@4.8.1@astrojs/react@3.3.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 7df5fb1a2..f616abf80 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.3.3", + "@astrojs/react": "^3.3.4", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.8.0", + "astro": "^4.8.1", "react": "^18.3.1", "react-dom": "^18.3.1" } |