diff options
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index 5f861e4de..221e56c06 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "@astrojs/react": "^0.4.2", - "astro": "^1.0.0-rc.6" + "@astrojs/react": "^0.4.3", + "astro": "^1.0.0-rc.7" } } |