Skip to content

Commit

Permalink
fix(deps): update dependency @preact/signals to v2 (#12811)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 047589d commit cbd9bab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/preact": "^4.0.1",
"@preact/signals": "^1.3.0",
"@preact/signals": "^2.0.0",
"astro": "^5.1.2",
"preact": "^10.24.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/preact-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/preact": "workspace:*",
"@preact/signals": "1.3.0",
"@preact/signals": "2.0.0",
"astro": "workspace:*",
"preact": "^10.25.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
"@preact/preset-vite": "2.8.2",
"@preact/signals": "^1.3.0",
"@preact/signals": "^2.0.0",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "^6.5.11",
"vite": "^6.0.5"
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbd9bab

Please sign in to comment.