diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/container-with-vitest/package.json | 4 | ||||
-rw-r--r-- | examples/framework-alpine/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 4 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 | ||||
-rw-r--r-- | examples/framework-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/ssr/package.json | 2 | ||||
-rw-r--r-- | examples/starlog/package.json | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 4 | ||||
-rw-r--r-- | examples/with-vitest/package.json | 2 |
9 files changed, 12 insertions, 12 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index f1fcd5d40..3f1fe4ce3 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -15,10 +15,10 @@ "astro": "^5.5.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "vitest": "^3.0.8" + "vitest": "^3.0.9" }, "devDependencies": { - "@types/react": "^18.3.18", + "@types/react": "^18.3.19", "@types/react-dom": "^18.3.5" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 5e74598b9..379297e6d 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/alpinejs": "^0.4.3", "@types/alpinejs": "^3.13.11", - "alpinejs": "^3.14.8", + "alpinejs": "^3.14.9", "astro": "^5.5.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 10d90d1d6..f600c4a8f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,14 +15,14 @@ "@astrojs/solid-js": "^5.0.5", "@astrojs/svelte": "^7.0.6", "@astrojs/vue": "^5.0.7", - "@types/react": "^18.3.18", + "@types/react": "^18.3.19", "@types/react-dom": "^18.3.5", "astro": "^5.5.3", "preact": "^10.26.4", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.5", - "svelte": "^5.22.6", + "svelte": "^5.23.2", "vue": "^3.5.13" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 7152e78b8..03f15e2b7 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/react": "^4.2.1", - "@types/react": "^18.3.18", + "@types/react": "^18.3.19", "@types/react-dom": "^18.3.5", "astro": "^5.5.3", "react": "^18.3.1", diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index e88ece8aa..db15d175e 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,6 +12,6 @@ "dependencies": { "@astrojs/svelte": "^7.0.6", "astro": "^5.5.3", - "svelte": "^5.22.6" + "svelte": "^5.23.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index ab90397e5..96840e145 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,6 +14,6 @@ "@astrojs/node": "^9.1.3", "@astrojs/svelte": "^7.0.6", "astro": "^5.5.3", - "svelte": "^5.22.6" + "svelte": "^5.23.2" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index c14532d91..9d9a953ba 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "astro": "^5.5.3", - "sass": "^1.85.1", + "sass": "^1.86.0", "sharp": "^0.33.3" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index acb7b9643..d1f04348f 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@astrojs/mdx": "^4.2.1", - "@tailwindcss/vite": "^4.0.12", + "@tailwindcss/vite": "^4.0.15", "@types/canvas-confetti": "^1.9.0", "astro": "^5.5.3", "canvas-confetti": "^1.9.3", - "tailwindcss": "^4.0.12" + "tailwindcss": "^4.0.15" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 74a52c4f1..66c026e33 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "astro": "^5.5.3", - "vitest": "^3.0.8" + "vitest": "^3.0.9" } } |