Skip to content

Commit

Permalink
remove react-dom from peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wernst committed Apr 29, 2024
1 parent 7e05a0e commit 53adad8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-pianos-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@triplit/react': patch
---

remove react-dom from peer dependencies
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
"react": "*"
}
}
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6269,7 +6269,6 @@ __metadata:
typescript: ^5.2.2
peerDependencies:
react: "*"
react-dom: "*"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 53adad8

Please sign in to comment.