Skip to content

Commit

Permalink
Update peer dependency to material-ui v3 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanblanchard authored and leMaik committed Aug 28, 2018
1 parent 31cc104 commit 3e49da4
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 @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/TeamWertarbyte/mdi-material-ui#readme",
"devDependencies": {
"@material-ui/core": "^1.0.0-rc.0",
"@material-ui/core": "^3.0.0",
"@mdi/js": "^2.6.95",
"@storybook/react": "^3.4.10",
"ava": "^0.25.0",
Expand All @@ -43,7 +43,7 @@
"xml2js": "^0.4.19"
},
"peerDependencies": {
"@material-ui/core": "^1.0.0-rc.0",
"@material-ui/core": "^1.0.0 || ^3.0.0",
"react": "^16.3.0"
},
"scripts": {
Expand Down

0 comments on commit 3e49da4

Please sign in to comment.