Skip to content

Commit

Permalink
match react-admin's material-ui dependencies, otherwise it install 2 …
Browse files Browse the repository at this point in the history
…versions of material-ui and creates conflicting withStyle HOC. See marmelab/react-admin#1782
  • Loading branch information
Daniel Varela committed Nov 28, 2018
1 parent cddcb4c commit e41ef0b
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 @@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@material-ui/core": "^3.3.2",
"@material-ui/core": "^1.4.0",
"codemirror": "^5.40.0",
"lodash.get": "^4.4.2",
"lodash.map": "^4.6.0",
Expand Down

0 comments on commit e41ef0b

Please sign in to comment.