Skip to content

Commit

Permalink
Fix material-ui peer dependency on legacy version (#41)
Browse files Browse the repository at this point in the history
* Fix material-ui peer dependency on legacy version

* Update package.json

Co-authored-by: Maik Marschner <[email protected]>
  • Loading branch information
serut and leMaik authored Jul 13, 2021
1 parent 42b944b commit 2683dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"xml2js": "^0.4.19"
},
"peerDependencies": {
"material-ui": "^0.17.4 || ^1.0.0-beta.1",
"material-ui": "0.x",
"react": "^16.3.0"
},
"scripts": {
Expand Down

0 comments on commit 2683dab

Please sign in to comment.