diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/container-with-vitest/package.json | 2 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 | ||||
-rw-r--r-- | examples/framework-solid/package.json | 2 | ||||
-rw-r--r-- | examples/framework-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/server-islands/package.json | 6 | ||||
-rw-r--r-- | examples/ssr/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
8 files changed, 10 insertions, 10 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index f8b34ebbe..a8bb1e977 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -19,7 +19,7 @@ "vitest": "^2.0.5" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index ff56a9151..821a04ba4 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.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "astro": "^5.0.0-alpha.2", "react": "^18.3.1", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 699883ded..b7993227f 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": "^5.0.0-alpha.2", - "solid-js": "^1.8.21" + "solid-js": "^1.8.22" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 738d2c84f..9d3f13c9a 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/svelte": "^6.0.0-alpha.0", "astro": "^5.0.0-alpha.2", - "svelte": "^4.2.18" + "svelte": "^4.2.19" } } diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index 13a0b9e99..810fe728f 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -14,11 +14,11 @@ "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^6.0.0-alpha.0", "@fortawesome/fontawesome-free": "^6.6.0", - "@tailwindcss/forms": "^0.5.7", - "@types/react": "^18.3.4", + "@tailwindcss/forms": "^0.5.8", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "astro": "^5.0.0-alpha.2", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.10" diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 78c5c5891..73adf03cb 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,6 +15,6 @@ "@astrojs/node": "^9.0.0-alpha.1", "@astrojs/svelte": "^6.0.0-alpha.0", "astro": "^5.0.0-alpha.2", - "svelte": "^4.2.18" + "svelte": "^4.2.19" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index a047aad32..14fab8f9c 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -14,7 +14,7 @@ "@astrojs/preact": "^3.5.2", "@nanostores/preact": "^0.5.2", "astro": "^5.0.0-alpha.2", - "nanostores": "^0.11.2", + "nanostores": "^0.11.3", "preact": "^10.23.2" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index e793ac5ae..31d161dde 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -17,7 +17,7 @@ "astro": "^5.0.0-alpha.2", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "tailwindcss": "^3.4.10" } } |