diff options
author | 2024-09-17 15:21:35 -0700 | |
---|---|---|
committer | 2024-09-18 00:21:35 +0200 | |
commit | 8214114a903850cdf9a13ef31a6b3096cced8847 (patch) | |
tree | 45d649587c95f770fd453b074de56a586f2b6438 /examples/framework-multiple | |
parent | dcd115892a23b17309347c13ce4d82af73d204b2 (diff) | |
download | astro-8214114a903850cdf9a13ef31a6b3096cced8847.tar.gz astro-8214114a903850cdf9a13ef31a6b3096cced8847.tar.zst astro-8214114a903850cdf9a13ef31a6b3096cced8847.zip |
[ci] release (#12002)astro@4.15.7@astrojs/vue@4.5.1@astrojs/tailwind@5.1.1@astrojs/svelte@5.7.1@astrojs/solid-js@4.4.2
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 12dcbd7b6..453d3aa1a 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,12 +13,12 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", - "@astrojs/solid-js": "^4.4.1", - "@astrojs/svelte": "^5.7.0", - "@astrojs/vue": "^4.5.0", + "@astrojs/solid-js": "^4.4.2", + "@astrojs/svelte": "^5.7.1", + "@astrojs/vue": "^4.5.1", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.6", + "astro": "^4.15.7", "preact": "^10.23.2", "react": "^18.3.1", "react-dom": "^18.3.1", |