From 1cf6b07c8a8c6cc14290b8e1b7014eda7fb14599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 01:40:39 +0000 Subject: [PATCH] Bump @astrojs/preact from 4.0.6 to 4.0.7 Bumps [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact) from 4.0.6 to 4.0.7. - [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.7/packages/integrations/preact) --- updated-dependencies: - dependency-name: "@astrojs/preact" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9305d1..3b01472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "vue": "3.5" }, "devDependencies": { - "@astrojs/preact": "^4.0.6", + "@astrojs/preact": "^4.0.7", "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.51.1", @@ -374,9 +374,9 @@ } }, "node_modules/@astrojs/preact": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@astrojs/preact/-/preact-4.0.6.tgz", - "integrity": "sha512-SmfQU2cuEqWBHFf/X0rwHK1MKbrzuOBDg3Es02p7iXNLE0iysXVin5wNiFh/+EDxk0jcLN3zPggK7a14wVnBjA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@astrojs/preact/-/preact-4.0.7.tgz", + "integrity": "sha512-XfSyqhPPHHFU+JRNxG08EKvD+tEzUTi0srkwW0DxBH1zY5TsuesHW63hZ+FQBaE+qPKx/mRE6mTpPsZzzWK1GQ==", "dev": true, "license": "MIT", "dependencies": { @@ -386,7 +386,7 @@ "@preact/signals": "^2.0.1", "babel-plugin-transform-hook-names": "^1.0.2", "preact-render-to-string": "^6.5.13", - "vite": "^6.2.2" + "vite": "^6.2.3" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/package.json b/package.json index 23934df..da763e4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "vue": "3.5" }, "devDependencies": { - "@astrojs/preact": "^4.0.6", + "@astrojs/preact": "^4.0.7", "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.51.1", diff --git a/yarn.lock b/yarn.lock index 03342ef..8bc4e76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -236,10 +236,10 @@ unist-util-visit-parents "^6.0.1" vfile "^6.0.3" -"@astrojs/preact@^4.0.6": - version "4.0.6" - resolved "https://registry.yarnpkg.com/@astrojs/preact/-/preact-4.0.6.tgz#5caff5c864c94c69bb609ffbb721253afa423bd8" - integrity sha512-SmfQU2cuEqWBHFf/X0rwHK1MKbrzuOBDg3Es02p7iXNLE0iysXVin5wNiFh/+EDxk0jcLN3zPggK7a14wVnBjA== +"@astrojs/preact@^4.0.7": + version "4.0.7" + resolved "https://registry.yarnpkg.com/@astrojs/preact/-/preact-4.0.7.tgz#559cff8a4fbe2b5ea299a72668d2a2de9894dac7" + integrity sha512-XfSyqhPPHHFU+JRNxG08EKvD+tEzUTi0srkwW0DxBH1zY5TsuesHW63hZ+FQBaE+qPKx/mRE6mTpPsZzzWK1GQ== dependencies: "@babel/plugin-transform-react-jsx" "^7.25.9" "@babel/plugin-transform-react-jsx-development" "^7.25.9" @@ -247,7 +247,7 @@ "@preact/signals" "^2.0.1" babel-plugin-transform-hook-names "^1.0.2" preact-render-to-string "^6.5.13" - vite "^6.2.2" + vite "^6.2.3" "@astrojs/prism@3.2.0": version "3.2.0" @@ -4846,7 +4846,7 @@ vite-prerender-plugin@^0.5.3: source-map "^0.7.4" stack-trace "^1.0.0-pre2" -vite@^6.0.11, vite@^6.2.2, vite@^6.2.3: +vite@^6.0.11, vite@^6.2.3: version "6.2.3" resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.3.tgz#249e92d32886981ab46bc1f049ac72abc6fa81e2" integrity sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==