Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 2505c71

Browse files
committed
Update material-ui peer dependency to <1.0.0.
If anything breaks with 0.x.x releases in the future, that should be considered a bug. #110
1 parent a63a14d commit 2505c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"babel-preset-es2015": "^6.14.0",
3939
"babel-preset-react": "^6.11.1",
4040
"babel-preset-stage-0": "^6.5.0",
41-
"material-ui": "^0.17.0",
41+
"material-ui": "^0.18.0",
4242
"react": "^15.4.0",
4343
"react-dom": "^15.4.0",
4444
"react-tap-event-plugin": "^2.0.0",
4545
"standard": "^10.0.2"
4646
},
4747
"peerDependencies": {
48-
"material-ui": ">= 0.15.0 <= 0.17.x",
48+
"material-ui": ">= 0.15.0 < 1.0.0",
4949
"react": "^15.3.2",
5050
"react-dom": "^15.3.2",
5151
"react-tap-event-plugin": "^1.0.0 || ^2.0.0"

0 commit comments

Comments
 (0)