summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/framework-multiple/package.json6
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/server-islands/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
8 files changed, 10 insertions, 10 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 626962d02..043cee15e 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -19,11 +19,11 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.2",
- "preact": "^10.23.1",
+ "preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.20",
+ "solid-js": "^1.8.21",
"svelte": "^4.2.18",
- "vue": "^3.4.37"
+ "vue": "^3.4.38"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index d7169d6cc..cb70d3a9f 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -14,6 +14,6 @@
"@astrojs/preact": "^3.5.1",
"@preact/signals": "^1.3.0",
"astro": "^4.14.2",
- "preact": "^10.23.1"
+ "preact": "^10.23.2"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index cc583f052..6d234f05c 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/solid-js": "^4.4.1",
"astro": "^4.14.2",
- "solid-js": "^1.8.20"
+ "solid-js": "^1.8.21"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 1bff3df25..2e9653a88 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.14.2",
- "vue": "^3.4.37"
+ "vue": "^3.4.38"
}
}
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json
index a3bf73294..adf39cd38 100644
--- a/examples/server-islands/package.json
+++ b/examples/server-islands/package.json
@@ -21,6 +21,6 @@
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "tailwindcss": "^3.4.9"
+ "tailwindcss": "^3.4.10"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 934959975..e83c26abc 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -14,6 +14,6 @@
"@astrojs/mdx": "^3.1.3",
"@astrojs/preact": "^3.5.1",
"astro": "^4.14.2",
- "preact": "^10.23.1"
+ "preact": "^10.23.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index b8db777b4..709d6388c 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -15,6 +15,6 @@
"@nanostores/preact": "^0.5.2",
"astro": "^4.14.2",
"nanostores": "^0.11.2",
- "preact": "^10.23.1"
+ "preact": "^10.23.2"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 80ba691d8..cd5e7b994 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -18,6 +18,6 @@
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.41",
- "tailwindcss": "^3.4.9"
+ "tailwindcss": "^3.4.10"
}
}