summaryrefslogtreecommitdiff
path: root/examples/framework-multiple
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-04-05 10:38:45 -0700
committerGravatar GitHub <noreply@github.com> 2023-04-05 13:38:45 -0400
commit29e7b82b8de0709cbbfaa2583b05f3c10978dda3 (patch)
treee016b601942e98336b4b09d5ab07ec76f4fa2ea2 /examples/framework-multiple
parentf627a2ca3d34bcad4daf8c23269b2f8df367e76c (diff)
downloadastro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.tar.gz
astro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.tar.zst
astro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.zip
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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d108ac296..9a9b99f10 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.9",
+ "astro": "^2.2.0",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
@@ -22,6 +22,6 @@
"@astrojs/react": "^2.1.1",
"@astrojs/solid-js": "^2.1.0",
"@astrojs/svelte": "^2.1.0",
- "@astrojs/vue": "^2.1.0"
+ "@astrojs/vue": "^2.1.1"
}
}