summaryrefslogtreecommitdiff
path: root/examples/docs/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/package.json')
-rw-r--r--examples/docs/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 60000c43f..ab596ccce 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -17,8 +17,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
- "@astrojs/renderer-preact": "^0.5.0",
- "@astrojs/renderer-react": "^0.5.0",
+ "@astrojs/preact": "^0.0.1",
+ "@astrojs/react": "^0.0.1",
"astro": "^0.24.3"
}
}