diff options
author | 2023-12-15 13:26:00 -0800 | |
---|---|---|
committer | 2023-12-15 15:26:00 -0600 | |
commit | 8a0def2b6c3d85ea8f91db8df9b17c9ea8ee3a0f (patch) | |
tree | 3e71e2e8d50d773ad448d776adf7aa05c35e14c2 /examples/framework-multiple | |
parent | f963d07f22f972938e1c9e8c95f9278efdff586b (diff) | |
download | astro-8a0def2b6c3d85ea8f91db8df9b17c9ea8ee3a0f.tar.gz astro-8a0def2b6c3d85ea8f91db8df9b17c9ea8ee3a0f.tar.zst astro-8a0def2b6c3d85ea8f91db8df9b17c9ea8ee3a0f.zip |
[ci] release (#9432)create-astro@4.6.0astro@4.0.6@astrojs/vue@4.0.4
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 361459ccf..f5d4b4334 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,8 +15,8 @@ "@astrojs/react": "^3.0.7", "@astrojs/solid-js": "^3.0.2", "@astrojs/svelte": "^5.0.1", - "@astrojs/vue": "^4.0.3", - "astro": "^4.0.5", + "@astrojs/vue": "^4.0.4", + "astro": "^4.0.6", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", |