Skip to content

Commit

Permalink
chore(system): add solid-js peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed May 15, 2022
1 parent 5eea1f4 commit a530143
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-fishes-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suid/system": patch
---

Add `solid-js` peer dependency
3 changes: 3 additions & 0 deletions packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"clsx": "^1.1.1",
"csstype": "^3.0.11"
},
"peerDependencies": {
"solid-js": "^1.3.0"
},
"publishConfig": {
"directory": "lib"
}
Expand Down

0 comments on commit a530143

Please sign in to comment.