Skip to content

Commit df87c53

Browse files
committed
Fix some material-ui warnings
1 parent ed3556f commit df87c53

File tree

3 files changed

+6647
-2
lines changed

3 files changed

+6647
-2
lines changed

packages/material-ui/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"img-loader": "^1.3.1",
6464
"istanbul": "^1.1.0-alpha.1",
6565
"jest": "^18.1.0",
66+
"material-ui": "^0.17.3",
6667
"mocha": "^3.1.2",
6768
"react": "^15.4.0",
6869
"react-dom": "^15.4.0",
@@ -80,8 +81,9 @@
8081
"dependencies": {
8182
"@accounts/react": "^0.0.11",
8283
"flexbox-react": "^4.1.0",
84+
"prop-types": "^15.5.8",
8385
"react-dom": "^15.4.0",
8486
"react-redux": "^4.4.6",
85-
"recompose": "^0.22.0"
87+
"recompose": "^0.23.1"
8688
}
8789
}

packages/material-ui/src/Content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Content = ({ children, noPaper }) =>
2828

2929
Content.propTypes = {
3030
children: PropTypes.node,
31-
noPaper: PropTypes.boolean,
31+
noPaper: PropTypes.bool,
3232
};
3333

3434
Content.defaltProps = {

0 commit comments

Comments
 (0)