summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/container-with-vitest/package.json4
-rw-r--r--examples/framework-multiple/package.json6
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/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-vitest/package.json2
9 files changed, 12 insertions, 12 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 7ab82e6ff..c893f2036 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -16,10 +16,10 @@
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vitest": "^2.1.1"
+ "vitest": "^2.1.2"
},
"devDependencies": {
- "@types/react": "^18.3.10",
+ "@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 06ddcda85..0b50dd93b 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -16,14 +16,14 @@
"@astrojs/solid-js": "^4.4.2",
"@astrojs/svelte": "^5.7.1",
"@astrojs/vue": "^4.5.1",
- "@types/react": "^18.3.10",
+ "@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.11",
- "preact": "^10.24.1",
+ "preact": "^10.24.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.1",
"svelte": "^4.2.19",
- "vue": "^3.5.10"
+ "vue": "^3.5.11"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index bf08ffed6..06ef50668 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -14,6 +14,6 @@
"@astrojs/preact": "^3.5.3",
"@preact/signals": "^1.3.0",
"astro": "^4.15.11",
- "preact": "^10.24.1"
+ "preact": "^10.24.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 7216053ef..c8b05da0c 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/react": "^3.6.2",
- "@types/react": "^18.3.10",
+ "@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.11",
"react": "^18.3.1",
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 9b931b8c2..498f133e4 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.1",
"astro": "^4.15.11",
- "vue": "^3.5.10"
+ "vue": "^3.5.11"
}
}
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json
index 43199037e..bf2edf811 100644
--- a/examples/server-islands/package.json
+++ b/examples/server-islands/package.json
@@ -15,7 +15,7 @@
"@astrojs/tailwind": "^5.1.1",
"@fortawesome/fontawesome-free": "^6.6.0",
"@tailwindcss/forms": "^0.5.9",
- "@types/react": "^18.3.10",
+ "@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.11",
"postcss": "^8.4.47",
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 8b31c286d..61cd42685 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -14,6 +14,6 @@
"@astrojs/mdx": "^3.1.7",
"@astrojs/preact": "^3.5.3",
"astro": "^4.15.11",
- "preact": "^10.24.1"
+ "preact": "^10.24.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 1fbc343ff..318d6ff6e 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -15,6 +15,6 @@
"@nanostores/preact": "^0.5.2",
"astro": "^4.15.11",
"nanostores": "^0.11.3",
- "preact": "^10.24.1"
+ "preact": "^10.24.2"
}
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index dc45fcaea..65b3ac06f 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -13,6 +13,6 @@
},
"dependencies": {
"astro": "^4.15.11",
- "vitest": "^2.1.1"
+ "vitest": "^2.1.2"
}
}