From 2645650f4bae9b5b3b468d9076d135e293833e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:52:15 +0000 Subject: [PATCH] chore(deps): bump the astro group with 2 updates Bumps the astro group with 2 updates: [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/react` from 4.1.0 to 4.1.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@4.1.2/packages/integrations/react) Updates `astro` from 5.0.5 to 5.1.1 - [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@5.1.1/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: astro ... Signed-off-by: dependabot[bot] --- package-lock.json | 4 ++-- templates/astro/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1531424454..c2cdd47c16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42052,14 +42052,14 @@ "name": "@sumup-oss/astro-template-circuit-ui", "version": "4.0.0", "dependencies": { - "@astrojs/react": "^4.1.0", + "@astrojs/react": "^4.1.2", "@sumup-oss/circuit-ui": "^9.0.0", "@sumup-oss/design-tokens": "^8.0.0", "@sumup-oss/icons": "^5.0.0", "@sumup-oss/intl": "^3.0.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.1", - "astro": "^5.0.8", + "astro": "^5.1.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/templates/astro/package.json b/templates/astro/package.json index 254fdf787d..06adb08053 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -15,14 +15,14 @@ "lint:css": "foundry run stylelint '**/*.css'" }, "dependencies": { - "@astrojs/react": "^4.1.0", + "@astrojs/react": "^4.1.2", "@sumup-oss/circuit-ui": "^9.0.0", "@sumup-oss/design-tokens": "^8.0.0", "@sumup-oss/icons": "^5.0.0", "@sumup-oss/intl": "^3.0.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.1", - "astro": "^5.0.8", + "astro": "^5.1.1", "react": "^18.3.1", "react-dom": "^18.3.1" },