diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/container-with-vitest/package.json | 2 | ||||
-rw-r--r-- | examples/framework-alpine/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 6 | ||||
-rw-r--r-- | examples/framework-preact/package.json | 2 | ||||
-rw-r--r-- | examples/framework-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/framework-vue/package.json | 2 | ||||
-rw-r--r-- | examples/ssr/package.json | 2 | ||||
-rw-r--r-- | examples/starlog/package.json | 2 | ||||
-rw-r--r-- | examples/with-mdx/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 4 | ||||
-rw-r--r-- | examples/with-vitest/package.json | 2 |
12 files changed, 15 insertions, 15 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index fa74adc5c..1c76a3313 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -16,7 +16,7 @@ "@astrojs/react": "^3.6.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "vitest": "^2.1.4" + "vitest": "^2.1.6" }, "devDependencies": { "@types/react": "^18.3.12", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 976fe2e50..369753410 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/alpinejs": "^0.4.0", - "@types/alpinejs": "^3.13.10", + "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.3", "astro": "^4.16.15" } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 837404856..5bad72e50 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -19,11 +19,11 @@ "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^4.16.15", - "preact": "^10.24.3", + "preact": "^10.25.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.3", - "svelte": "^5.1.16", - "vue": "^3.5.12" + "svelte": "^5.2.9", + "vue": "^3.5.13" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 751ac8909..7ec23fb3f 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -14,6 +14,6 @@ "@astrojs/preact": "^3.5.4", "@preact/signals": "^1.3.0", "astro": "^4.16.15", - "preact": "^10.24.3" + "preact": "^10.25.0" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index c4020527d..4e595ddd6 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/svelte": "^6.0.2", "astro": "^4.16.15", - "svelte": "^5.1.16" + "svelte": "^5.2.9" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 441314692..1352d3794 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.5.3", "astro": "^4.16.15", - "vue": "^3.5.12" + "vue": "^3.5.13" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index ed9a728fb..4280146d0 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,6 +15,6 @@ "@astrojs/node": "^8.3.4", "@astrojs/svelte": "^6.0.2", "astro": "^4.16.15", - "svelte": "^5.1.16" + "svelte": "^5.2.9" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 059139b9a..3bfb476fa 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "astro": "^4.16.15", - "sass": "^1.80.6", + "sass": "^1.81.0", "sharp": "^0.33.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index fc651bbd2..d5120688c 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/preact": "^3.5.4", "astro": "^4.16.15", - "preact": "^10.24.3" + "preact": "^10.25.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 9e82b2452..2b10f4f32 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -15,6 +15,6 @@ "@nanostores/preact": "^0.5.2", "astro": "^4.16.15", "nanostores": "^0.11.3", - "preact": "^10.24.3" + "preact": "^10.25.0" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 79ffb0039..93689ba5d 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -17,7 +17,7 @@ "astro": "^4.16.15", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.47", - "tailwindcss": "^3.4.14" + "postcss": "^8.4.49", + "tailwindcss": "^3.4.15" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index bcc71704d..2aaca10d9 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "astro": "^4.16.15", - "vitest": "^2.1.4" + "vitest": "^2.1.6" } } |