Skip to content

Commit

Permalink
Fix @material-ui/core dependency.
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
leMaik committed Sep 27, 2020
1 parent ef0d97e commit fb7d795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prop-types": "^15.5.10"
},
"devDependencies": {
"@material-ui/core": "^1.0.0 || ^3.0.0 || ^4.0.0",
"@material-ui/core": "^4.0.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
Expand Down Expand Up @@ -75,7 +75,7 @@
]
},
"peerDependencies": {
"@material-ui/core": "^1.0.0",
"@material-ui/core": "^1.0.0 || ^3.0.0 || ^4.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
}
Expand Down

0 comments on commit fb7d795

Please sign in to comment.