Skip to content

Commit

Permalink
Merge pull request #978 from Pyrax/fix-sidenav-deps
Browse files Browse the repository at this point in the history
fix(@theme-ui/sidenav): move React to peerDependencies
  • Loading branch information
hasparus authored Jun 3, 2020
2 parents 2039bb5 + 1a485b3 commit 1d7efdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Add `@theme-ui/preset-sketchy`
- `@theme-ui/prism`: add support for highlighting lines #895
- `@theme-ui/style-guide`: pass `size` prop to ColorRow component #941
- `@theme-ui/sidenav`: move React to peerDependencies #978

## v0.3.0 2020-01-22

Expand Down
7 changes: 6 additions & 1 deletion packages/sidenav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.6"
},
"devDependencies": {
"react": "^16.8.6"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@mdx-js/react": "^1.0.21",
"@types/mdx-js__react": "^1.5.1",
"deepmerge": "^4.0.0",
"react": "^16.8.6",
"theme-ui": "^0.4.0-alpha.3"
},
"keywords": [
Expand Down

0 comments on commit 1d7efdd

Please sign in to comment.