summaryrefslogtreecommitdiff
path: root/examples/framework-multiple
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-30 09:45:04 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-30 12:45:04 -0400
commite905784bf12ef45093078404d3d07f01e32638ca (patch)
treedbc4ecc155f83b06a0517e6e095e6b45f9bd4e17 /examples/framework-multiple
parent8504cd79b708e0d3bf1a2bb4ff9b86936bdd692b (diff)
downloadastro-e905784bf12ef45093078404d3d07f01e32638ca.tar.gz
astro-e905784bf12ef45093078404d3d07f01e32638ca.tar.zst
astro-e905784bf12ef45093078404d3d07f01e32638ca.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 c839f358f..b6def4f16 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,11 +11,11 @@
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
- "@astrojs/react": "^1.1.0",
+ "@astrojs/react": "^1.1.1",
"@astrojs/solid-js": "^1.1.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0",
- "astro": "^1.1.1"
+ "astro": "^1.1.2"
},
"dependencies": {
"preact": "^10.7.3",