From 7a938930c71d545bff751a4a947ebfd21b1f2c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:16:10 +0000 Subject: [PATCH] Bump astro in /playground in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /playground directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 4.16.19 to 7.0.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.0.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index da5379a..a275d43 100644 --- a/playground/package.json +++ b/playground/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", - "astro": "^4.16.1", + "astro": "^7.0.2", "hamo": "*", "lorem-ipsum": "^2.0.8", "react": "^18.3.1",