summaryrefslogtreecommitdiff
path: root/examples/docs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs')
-rw-r--r--examples/docs/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 0653578cd..a4770f93d 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -9,10 +9,9 @@
"preview": "astro preview"
},
"dependencies": {
- "@docsearch/react": "^1.0.0-alpha.27"
+ "@docsearch/react": "^1.0.0-alpha.28"
},
"devDependencies": {
- "astro": "^0.21.12",
- "@snowpack/plugin-dotenv": "^2.1.0"
+ "astro": "^0.21.5"
}
}