Skip to content

Commit

Permalink
Add missing peerDependency on react in @emotion/primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Jun 23, 2019
1 parent 8c732a5 commit 5341653
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 97 deletions.
4 changes: 4 additions & 0 deletions .changeset/tidy-dancers-battle/changes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"releases": [{ "name": "@emotion/primitives", "type": "patch" }],
"dependents": []
}
1 change: 1 addition & 0 deletions .changeset/tidy-dancers-battle/changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing peerDependency on react
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"polished": "^1.2.1",
"preact": "^8.2.9",
"preact-render-to-json": "^3.6.6",
"preconstruct": "^0.0.60",
"preconstruct": "^0.0.80",
"prettier": "1.14.3",
"pretty-format": "^22.4.3",
"prop-types": "^15.6.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"babel-plugin-emotion": "^10.0.13"
},
"peerDependencies": {
"react-primitives": "^0.7.0"
"react-primitives": "^0.7.0",
"react": ">=16.3.0"
},
"devDependencies": {
"emotion-theming": "^10.0.10",
Expand Down
Loading

0 comments on commit 5341653

Please sign in to comment.