diff options
author | 2024-07-30 08:54:54 -0700 | |
---|---|---|
committer | 2024-07-30 11:54:54 -0400 | |
commit | 49db00444e357361203f5e72816a2091efea50e7 (patch) | |
tree | b477bd70d88eceb16773ec6d47bf1dd936f06508 /examples/framework-multiple | |
parent | 9f766d8b5884f2b19eed1d1f2c33df69ad61df67 (diff) | |
download | astro-49db00444e357361203f5e72816a2091efea50e7.tar.gz astro-49db00444e357361203f5e72816a2091efea50e7.tar.zst astro-49db00444e357361203f5e72816a2091efea50e7.zip |
[ci] release (#11524)create-astro@4.8.1astro@4.12.3@astrojs/react@3.6.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 25cc87cb2..982787d64 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,13 +12,13 @@ }, "dependencies": { "@astrojs/preact": "^3.5.1", - "@astrojs/react": "^3.6.0", + "@astrojs/react": "^3.6.1", "@astrojs/solid-js": "^4.4.0", "@astrojs/svelte": "^5.7.0", "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.12.2", + "astro": "^4.12.3", "preact": "^10.22.1", "react": "^18.3.1", "react-dom": "^18.3.1", |