From 007d3b6362acb94703dbfe07e44953ca13d682c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:35:47 +0000 Subject: [PATCH] chore(deps): update astro monorepo --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ee54cf7dd..c279b5185 100644 --- a/package.json +++ b/package.json @@ -124,9 +124,9 @@ }, "devDependencies": { "@astrojs/lit": "4.3.0", - "@astrojs/react": "3.6.3", - "@astrojs/svelte": "6.0.2", - "@astrojs/vue": "4.5.3", + "@astrojs/react": "6.0.0", + "@astrojs/svelte": "9.0.0", + "@astrojs/vue": "7.0.0", "@eslint/js": "^9.12.0", "@rollup/plugin-commonjs": "29.0.3", "@rollup/plugin-multi-entry": "7.1.0", @@ -145,7 +145,7 @@ "@types/react": "18.3.31", "@types/react-dom": "18.3.7", "@webcomponents/template-shadowroot": "0.2.1", - "astro": "4.16.15", + "astro": "7.0.2", "autoprefixer": "10.5.0", "del-cli": "^7.0.0", "eslint": "^9.12.0", @@ -183,10 +183,10 @@ }, "peerDependencies": { "@astrojs/lit": "^1.0.1 || ^2.0.0 || ^3.0.0 || ^4.0.0", - "@astrojs/react": "^1.2.2 || ^2.0.0 || ^3.0.0", - "@astrojs/svelte": "^1.0.2 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", - "@astrojs/vue": "^1.2.2 || ^2.0.0 || ^3.0.0 || ^4.0.0", - "astro": "^3.0.0 || ^4.0.0", + "@astrojs/react": "^1.2.2 || ^2.0.0 || ^3.0.0 || ^6.0.0", + "@astrojs/svelte": "^1.0.2 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^9.0.0", + "@astrojs/vue": "^1.2.2 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^7.0.0", + "astro": "^3.0.0 || ^4.0.0 || ^7.0.0", "ethers": "^6.0.0", "lit": "^2.3.1 || ^3.0.0", "react": "^18.0.0",