Skip to content

Commit

Permalink
Merge pull request #1035 from eps1lon/patch-1
Browse files Browse the repository at this point in the history
fix: Missing peer dep warning in yarn v2
  • Loading branch information
mbrn authored Sep 23, 2019
2 parents 1b19925 + fabdc01 commit f9ab8b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
"react-double-scrollbar": "0.0.15"
},
"peerDependencies": {
"@material-ui/core": "^4.0.1"
"@date-io/core": "^1.3.6",
"@material-ui/core": "^4.0.1",
"react": "^16.8.4",
"react-dom": "^16.8.4"
}
}

0 comments on commit f9ab8b5

Please sign in to comment.