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/starlog/package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 7419dd197..66fd1d699 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.17", "svelte": "^4.2.18", - "vue": "^3.4.27" + "vue": "^3.4.29" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 0e40f60ba..896ed5ab9 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.4.0", "astro": "^4.10.2", - "vue": "^3.4.27" + "vue": "^3.4.29" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index b0dda26e9..b190ede98 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "astro": "^4.10.2", - "sass": "^1.77.4", + "sass": "^1.77.5", "sharp": "^0.33.3" } } |