diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/framework-multiple/package.json | 2 | ||||
-rw-r--r-- | examples/framework-vue/package.json | 2 | ||||
-rw-r--r-- | examples/server-islands/package.json | 4 | ||||
-rw-r--r-- | examples/starlog/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 015b84921..f459c4aef 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -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-vue/package.json b/examples/framework-vue/package.json index 29d24f286..004b6ebac 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.5.0", "astro": "^4.15.4", - "vue": "^3.4.38" + "vue": "^3.5.3" } } diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index f3546ad4b..86f7acb1a 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -14,11 +14,11 @@ "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^5.1.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": "^4.15.4", - "postcss": "^8.4.43", + "postcss": "^8.4.45", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.10" diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 76ec978fe..2886d3cb5 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "astro": "^4.15.4", - "sass": "^1.77.8", + "sass": "^1.78.0", "sharp": "^0.33.3" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index c3e3f8201..8f7995b45 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -17,7 +17,7 @@ "astro": "^4.15.4", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.43", + "postcss": "^8.4.45", "tailwindcss": "^3.4.10" } } |