diff options
author | 2024-08-28 17:25:13 +0200 | |
---|---|---|
committer | 2024-08-28 17:25:13 +0200 | |
commit | 68601a954907ef77470e7a5cf9d4c8ff89fe2c99 (patch) | |
tree | 38c4cf4836b9876cb2b093efb5a1a3c193719179 /examples/framework-multiple | |
parent | 93932432e7239a1d31c68ea916945302286268e9 (diff) | |
parent | 26893f9a356e49c5c49052bd36f8b2e7e04edf4d (diff) | |
download | astro-68601a954907ef77470e7a5cf9d4c8ff89fe2c99.tar.gz astro-68601a954907ef77470e7a5cf9d4c8ff89fe2c99.tar.zst astro-68601a954907ef77470e7a5cf9d4c8ff89fe2c99.zip |
Merge branch 'main' into next
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 d8401e1ea..61c2fec76 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.1", + "@astrojs/preact": "^3.5.2", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.1", "@astrojs/svelte": "^6.0.0-alpha.0", @@ -22,8 +22,8 @@ "preact": "^10.23.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.8.21", - "svelte": "^4.2.18", + "solid-js": "^1.8.22", + "svelte": "^4.2.19", "vue": "^3.4.38" } } |