summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/container-with-vitest/package.json6
-rw-r--r--examples/framework-alpine/package.json4
-rw-r--r--examples/framework-multiple/package.json12
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starlog/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.json4
-rw-r--r--examples/with-vitest/package.json2
14 files changed, 25 insertions, 25 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index da6972737..d59021f84 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -15,10 +15,10 @@
"astro": "^5.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vitest": "^3.0.0-beta.3"
+ "vitest": "^3.0.0-beta.4"
},
"devDependencies": {
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1"
+ "@types/react": "^18.3.18",
+ "@types/react-dom": "^18.3.5"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 209e63529..35c812922 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,8 +11,8 @@
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.1",
- "@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.3",
+ "@types/alpinejs": "^3.13.11",
+ "alpinejs": "^3.14.8",
"astro": "^5.1.6"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 1ef60fe41..80bfd7a4a 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,14 +15,14 @@
"@astrojs/solid-js": "^5.0.2",
"@astrojs/svelte": "^7.0.3",
"@astrojs/vue": "^5.0.4",
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1",
+ "@types/react": "^18.3.18",
+ "@types/react-dom": "^18.3.5",
"astro": "^5.1.6",
- "preact": "^10.24.3",
+ "preact": "^10.25.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.3",
- "svelte": "^5.1.16",
- "vue": "^3.5.12"
+ "solid-js": "^1.9.4",
+ "svelte": "^5.17.3",
+ "vue": "^3.5.13"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index d83834c25..865bb4430 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,8 +11,8 @@
},
"dependencies": {
"@astrojs/preact": "^4.0.1",
- "@preact/signals": "^2.0.0",
+ "@preact/signals": "^2.0.1",
"astro": "^5.1.6",
- "preact": "^10.24.3"
+ "preact": "^10.25.4"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index fe333932c..dec452d2f 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,8 +11,8 @@
},
"dependencies": {
"@astrojs/react": "^4.1.4",
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1",
+ "@types/react": "^18.3.18",
+ "@types/react-dom": "^18.3.5",
"astro": "^5.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 5af5b736f..64248bf60 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,6 +12,6 @@
"dependencies": {
"@astrojs/solid-js": "^5.0.2",
"astro": "^5.1.6",
- "solid-js": "^1.9.3"
+ "solid-js": "^1.9.4"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index c9374e395..7986eff9b 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,6 +12,6 @@
"dependencies": {
"@astrojs/svelte": "^7.0.3",
"astro": "^5.1.6",
- "svelte": "^5.1.16"
+ "svelte": "^5.17.3"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index f145a8e30..c06197fbf 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,6 +12,6 @@
"dependencies": {
"@astrojs/vue": "^5.0.4",
"astro": "^5.1.6",
- "vue": "^3.5.12"
+ "vue": "^3.5.13"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 66897620f..e956ec9c8 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -14,6 +14,6 @@
"@astrojs/node": "^9.0.0",
"@astrojs/svelte": "^7.0.3",
"astro": "^5.1.6",
- "svelte": "^5.1.16"
+ "svelte": "^5.17.3"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 1f7d98474..d62017041 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
},
"dependencies": {
"astro": "^5.1.6",
- "sass": "^1.80.6",
+ "sass": "^1.83.1",
"sharp": "^0.33.3"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 0540470ba..97772f388 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -13,6 +13,6 @@
"@astrojs/mdx": "^4.0.5",
"@astrojs/preact": "^4.0.1",
"astro": "^5.1.6",
- "preact": "^10.24.3"
+ "preact": "^10.25.4"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index f2c246f73..3c5efc948 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -14,6 +14,6 @@
"@nanostores/preact": "^0.5.2",
"astro": "^5.1.6",
"nanostores": "^0.11.3",
- "preact": "^10.24.3"
+ "preact": "^10.25.4"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index d2dfc0983..1ccb55158 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -12,11 +12,11 @@
"dependencies": {
"@astrojs/mdx": "^4.0.5",
"@astrojs/tailwind": "^5.1.4",
- "@types/canvas-confetti": "^1.6.4",
+ "@types/canvas-confetti": "^1.9.0",
"astro": "^5.1.6",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.49",
- "tailwindcss": "^3.4.14"
+ "tailwindcss": "^3.4.17"
}
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 374c90504..1d7d2e398 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"astro": "^5.1.6",
- "vitest": "^3.0.0-beta.3"
+ "vitest": "^3.0.0-beta.4"
}
}