Skip to content

Commit

Permalink
update solid peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Jul 7, 2022
1 parent 2b7b626 commit 515e876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-poems-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/solid-js': patch
---

Update peerDependencies to "solid@^1.4.3"
2 changes: 1 addition & 1 deletion packages/integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"solid-js": "^1.4.3"
},
"peerDependencies": {
"solid-js": "^1.3.6"
"solid-js": "^1.4.3"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
Expand Down

0 comments on commit 515e876

Please sign in to comment.