From 808dbb11d6083663ebf96a6f8cd8a9c439c4af88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:32:40 +0000 Subject: [PATCH] chore(deps): update astro monorepo --- e2e/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/package.json b/e2e/package.json index c334367f..37584635 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -15,11 +15,11 @@ "test:install": "playwright install --with-deps" }, "devDependencies": { - "@astrojs/preact": "^5.1.5", - "@astrojs/react": "^5.0.7", - "@astrojs/solid-js": "^6.0.1", - "@astrojs/svelte": "^8.1.2", - "@astrojs/vue": "^6.0.1", + "@astrojs/preact": "^6.0.0", + "@astrojs/react": "^6.0.0", + "@astrojs/solid-js": "^7.0.0", + "@astrojs/svelte": "^9.0.0", + "@astrojs/vue": "^7.0.0", "@lit/context": "^1.1.6", "@playwright/test": "^1.61.0", "@prosemirror-adapter/lit": "workspace:*",