Skip to content

Commit

Permalink
fix(deps): update dependency @preact/signals to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 98f9e83 commit 9acfa51
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 608 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.1",
"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
Loading

0 comments on commit 9acfa51

Please sign in to comment.