diff options
author | 2024-01-04 07:16:31 -0800 | |
---|---|---|
committer | 2024-01-04 15:16:31 +0000 | |
commit | e862d070b47cc7ff13988434bed7f34b7871c683 (patch) | |
tree | 1b3f524690765356d397503855e9dfa8f9373b28 /examples/framework-multiple | |
parent | 825ba1a598586a4106196a44dd41f47fb466de6f (diff) | |
download | astro-e862d070b47cc7ff13988434bed7f34b7871c683.tar.gz astro-e862d070b47cc7ff13988434bed7f34b7871c683.tar.zst astro-e862d070b47cc7ff13988434bed7f34b7871c683.zip |
[ci] release (#9580)create-astro@4.7.0astro@4.1.0@astrojs/solid-js@4.0.0@astrojs/preact@3.1.0
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c6bdb4fd9..3e2930ff6 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,12 +11,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.0.2", + "@astrojs/preact": "^3.1.0", "@astrojs/react": "^3.0.9", - "@astrojs/solid-js": "^3.0.3", + "@astrojs/solid-js": "^4.0.0", "@astrojs/svelte": "^5.0.3", "@astrojs/vue": "^4.0.7", - "astro": "^4.0.9", + "astro": "^4.1.0", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", |