Skip to content

Commit 37cebc0

Browse files
committed
update dependencies to align with react 16
1 parent 04bc642 commit 37cebc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"material-ui": "^1.0.0-beta.12",
4747
"material-ui-icons": "^1.0.0-beta.5",
4848
"prop-types": "^15.5.10",
49-
"react": "^15.6.1",
49+
"react": "^15.6.1 || ^16.0.0",
5050
"react-controllables": "^0.6.0",
51-
"react-dom": "^15.6.1",
52-
"recompose": "^0.25.0"
51+
"react-dom": "^15.6.1 || ^16.0.0",
52+
"recompose": "^0.26.0"
5353
}
5454
}

0 commit comments

Comments
 (0)