Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 476bc10

Browse files
Merge pull request #384 from Dog-Face-Development/dependabot/npm_and_yarn/astrojs/preact-4.0.11
2 parents ca3abca + 3ddbc59 commit 476bc10

File tree

3 files changed

+22
-28
lines changed

3 files changed

+22
-28
lines changed

package-lock.json

Lines changed: 10 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"vue": "3.5"
2323
},
2424
"devDependencies": {
25-
"@astrojs/preact": "^4.0.9",
25+
"@astrojs/preact": "^4.0.11",
2626
"@astrojs/react": "^1.2.0",
2727
"@astrojs/tailwind": "^1.0.1",
2828
"@playwright/test": "^1.49.1",

yarn.lock

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -236,18 +236,15 @@
236236
unist-util-visit-parents "^6.0.1"
237237
vfile "^6.0.3"
238238

239-
"@astrojs/preact@^4.0.9":
240-
version "4.0.9"
241-
resolved "https://registry.yarnpkg.com/@astrojs/preact/-/preact-4.0.9.tgz#1bd38ca9e88218e79c50b71b006e7643aae5980f"
242-
integrity sha512-ITk2iFQpx5hBc5uwPXR6HMLBc1UWGtxiLFtv3NeRoqWR7a75XhavaIuY1PeWVY3nE7qzk04irVc78u8JOpdH0A==
239+
"@astrojs/preact@^4.0.11":
240+
version "4.0.11"
241+
resolved "https://registry.yarnpkg.com/@astrojs/preact/-/preact-4.0.11.tgz#17b79d1724735eb26ee1f9a552a8ca3dd7765301"
242+
integrity sha512-BEx4sIWCojMJM3RC6wXzPvS5URNKMeQitoW+Uy8uqZ6nM5Me3WE984yntMZTlq8hn3AE278TfUJn2dZhGtSuYA==
243243
dependencies:
244-
"@babel/plugin-transform-react-jsx" "^7.25.9"
245-
"@babel/plugin-transform-react-jsx-development" "^7.25.9"
246244
"@preact/preset-vite" "^2.10.1"
247-
"@preact/signals" "^2.0.2"
248-
babel-plugin-transform-hook-names "^1.0.2"
245+
"@preact/signals" "^2.0.4"
249246
preact-render-to-string "^6.5.13"
250-
vite "^6.2.6"
247+
vite "^6.3.4"
251248

252249
"@astrojs/[email protected]":
253250
version "3.2.0"
@@ -712,7 +709,7 @@
712709
dependencies:
713710
"@babel/helper-plugin-utils" "^7.25.9"
714711

715-
"@babel/plugin-transform-react-jsx-development@^7.22.5", "@babel/plugin-transform-react-jsx-development@^7.25.9":
712+
"@babel/plugin-transform-react-jsx-development@^7.22.5":
716713
version "7.25.9"
717714
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz#8fd220a77dd139c07e25225a903b8be8c829e0d7"
718715
integrity sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==
@@ -1333,10 +1330,10 @@
13331330
resolved "https://registry.yarnpkg.com/@preact/signals-core/-/signals-core-1.7.0.tgz#3ffb886bfac80ff14dac365dd09184a289a2e64c"
13341331
integrity sha512-bEZLgmJGSBVP5PUPDowhPW3bVdMmp9Tr5OEl+SQK+8Tv9T7UsIfyN905cfkmmeqw8z4xp8T6zrl4M1uj9+HAfg==
13351332

1336-
"@preact/signals@^2.0.2":
1337-
version "2.0.3"
1338-
resolved "https://registry.yarnpkg.com/@preact/signals/-/signals-2.0.3.tgz#7f9ae1678456179df9e098ffef17fc5c0f0f5fbf"
1339-
integrity sha512-ZdC6w8+LdCMeALEoJgzwEAGw2YahqWGCQLfzRCRvRGC411SzcJOiti5gEqrSN+tKtGqMgicHtQ/eUUxWGTBw0A==
1333+
"@preact/signals@^2.0.4":
1334+
version "2.0.4"
1335+
resolved "https://registry.yarnpkg.com/@preact/signals/-/signals-2.0.4.tgz#8c994da97efd1cf490e4abef58b80d6fccc3ccfb"
1336+
integrity sha512-9241aGnIv7y0IGzaq2vkBMe8/0jGnnmEEUeFmAoTWsaj8q/BW2PVekL8nHVJcy69bBww6rwEy3A1tc6yPE0sJA==
13401337
dependencies:
13411338
"@preact/signals-core" "^1.7.0"
13421339

0 commit comments

Comments
 (0)