summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index af747ca4a..0500ccc67 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.1.0",
+ "@astrojs/preact": "^3.1.1",
"@astrojs/react": "^3.0.10",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/svelte": "^5.0.3",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index d25a7b7ca..560e42ba1 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.1.0",
+ "@astrojs/preact": "^3.1.1",
"@preact/signals": "^1.2.1",
"astro": "^4.4.3",
"preact": "^10.19.2"
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 0c7035099..d5595d462 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
- "@astrojs/preact": "^3.1.0",
+ "@astrojs/preact": "^3.1.1",
"astro": "^4.4.3",
"preact": "^10.19.2"
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 7657dd526..d1c9cb990 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.1.0",
+ "@astrojs/preact": "^3.1.1",
"@nanostores/preact": "^0.5.0",
"astro": "^4.4.3",
"nanostores": "^0.9.5",