File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 10
10
- Add ` @theme-ui/preset-sketchy `
11
11
- ` @theme-ui/prism ` : add support for highlighting lines #895
12
12
- ` @theme-ui/style-guide ` : pass ` size ` prop to ColorRow component #941
13
+ - ` @theme-ui/sidenav ` : move React to peerDependencies #978
13
14
14
15
## v0.3.0 2020-01-22
15
16
Original file line number Diff line number Diff line change 13
13
"publishConfig" : {
14
14
"access" : " public"
15
15
},
16
+ "peerDependencies" : {
17
+ "react" : " ^16.8.6"
18
+ },
19
+ "devDependencies" : {
20
+ "react" : " ^16.8.6"
21
+ },
16
22
"dependencies" : {
17
23
"@emotion/core" : " ^10.0.14" ,
18
24
"@mdx-js/react" : " ^1.0.21" ,
19
25
"@types/mdx-js__react" : " ^1.5.1" ,
20
26
"deepmerge" : " ^4.0.0" ,
21
- "react" : " ^16.8.6" ,
22
27
"theme-ui" : " ^0.4.0-alpha.3"
23
28
},
24
29
"keywords" : [
You can’t perform that action at this time.
0 commit comments