summaryrefslogtreecommitdiff
path: root/examples/framework-multiple
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r--examples/framework-multiple/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 4328d130e..6b925d087 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,20 +11,20 @@
"devDependencies": {
"@astrojs/lit": "^0.0.2",
"@astrojs/preact": "^0.0.2",
- "@astrojs/react": "^0.0.2",
+ "@astrojs/react": "^0.1.0",
"@astrojs/solid-js": "^0.0.3",
"@astrojs/svelte": "^0.0.2",
"@astrojs/vue": "^0.0.2",
- "astro": "^0.25.4"
+ "astro": "^0.26.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1",
- "preact": "^10.6.6",
+ "preact": "^10.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.13",
- "svelte": "^3.46.4",
+ "svelte": "^3.46.6",
"vue": "^3.2.31"
}
}