diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/framework-multiple/package.json | 4 | ||||
-rw-r--r-- | examples/framework-preact/package.json | 2 | ||||
-rw-r--r-- | examples/server-islands/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e408e6679..568c1f72c 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.2", + "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.1", "@astrojs/svelte": "^6.0.0-alpha.0", @@ -24,6 +24,6 @@ "react-dom": "^18.3.1", "solid-js": "^1.8.22", "svelte": "^4.2.19", - "vue": "^3.4.38" + "vue": "^3.5.3" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 68acefdab..fe4c2e27c 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.2", + "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", "astro": "^5.0.0-alpha.6", "preact": "^10.23.2" diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index 721b0ec2c..8a4176453 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^6.0.0-alpha.0", "@fortawesome/fontawesome-free": "^6.6.0", - "@tailwindcss/forms": "^0.5.8", + "@tailwindcss/forms": "^0.5.9", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "astro": "^5.0.0-alpha.6", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 13c013b0f..060c95200 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.2", + "@astrojs/preact": "^3.5.3", "@nanostores/preact": "^0.5.2", "astro": "^5.0.0-alpha.6", "nanostores": "^0.11.3", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index dc54c6df2..0e295fa7c 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -17,7 +17,7 @@ "astro": "^5.0.0-alpha.6", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.43", + "postcss": "^8.4.45", "tailwindcss": "^3.4.10" } } |