diff options
author | 2024-11-06 23:17:39 +0800 | |
---|---|---|
committer | 2024-11-06 23:17:39 +0800 | |
commit | 7db86cf2b75c547b5947bc1a10f21d2e3e56e9da (patch) | |
tree | 115d93a2565958a069462d4e39446059e6395339 /examples | |
parent | c280655655cc6c22121f32c5f7c76836adf17230 (diff) | |
parent | e10b03e88c22592fbb42d7245b65c4f486ab736d (diff) | |
download | astro-7db86cf2b75c547b5947bc1a10f21d2e3e56e9da.tar.gz astro-7db86cf2b75c547b5947bc1a10f21d2e3e56e9da.tar.zst astro-7db86cf2b75c547b5947bc1a10f21d2e3e56e9da.zip |
Merge branch 'main' into next
Diffstat (limited to 'examples')
-rw-r--r-- | examples/starlog/package.json | 2 | ||||
-rw-r--r-- | examples/with-vitest/package.json | 2 |
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" } } |