diff options
Diffstat (limited to 'examples/framework-multiple/package.json')
-rw-r--r-- | examples/framework-multiple/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 7880e053e..ecc8085c1 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.3.1", - "astro": "^0.23.0-next.3" + "@astrojs/renderer-solid": "^0.4.0-next.0", + "astro": "^0.23.0-next.4" } } |