summaryrefslogtreecommitdiff
path: root/examples/framework-multiple
diff options
context:
space:
mode:
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 4803653e9..2bd032f15 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/renderer-solid": "^0.2.0-next.1",
- "astro": "^0.21.0-next.12"
+ "@astrojs/renderer-solid": "^0.2.0",
+ "astro": "^0.21.0"
}
}