summaryrefslogtreecommitdiff
path: root/examples/docs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs')
-rw-r--r--examples/docs/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 725f50565..7e5d65755 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -18,8 +18,8 @@
"react-dom": "^18.1.0"
},
"devDependencies": {
- "@astrojs/preact": "^0.3.2",
- "@astrojs/react": "^0.2.1",
- "astro": "^1.0.0-beta.65"
+ "@astrojs/preact": "^0.4.0",
+ "@astrojs/react": "^0.3.0",
+ "astro": "^1.0.0-beta.66"
}
}