summaryrefslogtreecommitdiff
path: root/examples/with-nanostores
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores')
-rw-r--r--examples/with-nanostores/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index f99fa7778..96fc0240c 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.0-beta.4",
+ "astro": "^2.0.0",
"preact": "^10.7.3",
- "@astrojs/preact": "^2.0.0-beta.0",
+ "@astrojs/preact": "^2.0.0",
"nanostores": "^0.5.12",
"@nanostores/preact": "^0.1.3"
}