Skip to content

Commit

Permalink
Merge pull request #2421 from system-ui/missing-peer
Browse files Browse the repository at this point in the history
fix(theme-ui): add transitive peer dependency on `@emotion/react`
  • Loading branch information
hasparus committed Apr 29, 2023
2 parents 3223756 + 3b3c0a4 commit 8c9bb66
Show file tree
Hide file tree
Showing 2 changed files with 4,815 additions and 4,863 deletions.
3 changes: 2 additions & 1 deletion packages/theme-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"@theme-ui/theme-provider": "workspace:^"
},
"peerDependencies": {
"react": ">=18"
"react": ">=18",
"@emotion/react": "^11"
},
"devDependencies": {
"react": ">=18",
Expand Down

0 comments on commit 8c9bb66

Please sign in to comment.