From 67ea1ea05b42f3ac7bf7dab060b0af3547ecb70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:14:01 +0000 Subject: [PATCH] Bump @astrojs/preact from 3.5.4 to 4.0.4 Bumps [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact) from 3.5.4 to 4.0.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/preact/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/preact@4.0.4/packages/integrations/preact) --- updated-dependencies: - dependency-name: "@astrojs/preact" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index c3363bb..f7728b8 100644 --- a/website/package.json +++ b/website/package.json @@ -14,7 +14,7 @@ "up-force": "bunx npm-check-updates --interactive --format group" }, "dependencies": { - "@astrojs/preact": "^3.5.1", + "@astrojs/preact": "^4.0.4", "@astrojs/starlight": "^0.28.3", "astro": "^4.12.2", "i18n-num-in-words": "workspace:*",