summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/with-vitest/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 7a3c8d250..fb78319c7 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
},
"dependencies": {
"astro": "^5.0.0-beta.6",
- "sass": "^1.80.3",
+ "sass": "^1.80.6",
"sharp": "^0.33.3"
}
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 38864800e..7cff90cd3 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"astro": "^5.0.0-beta.6",
- "vitest": "^2.1.3"
+ "vitest": "^2.1.4"
}
}