diff options
Diffstat (limited to 'examples/subpath')
-rw-r--r-- | examples/subpath/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 6460dd558..47ddf233b 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/react": "^1.0.0", - "astro": "^1.0.9" + "@astrojs/react": "^1.1.0-next.0", + "astro": "^1.1.0-next.0" }, "dependencies": { "react": "^18.1.0", |