File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
- import React , { Component , PropTypes } from 'react' ;
1
+ import React , { Component } from 'react' ;
2
+ import PropTypes from 'prop-types' ;
2
3
import {
3
4
ResponsiveDrawer ,
4
5
ResponsiveAppBar ,
Original file line number Diff line number Diff line change 1
1
//Source: https://github.com/callemall/material-ui/blob/ccf712c5733508784cd709c18c29059542d6aad1/docs/src/app/components/MobileTearSheet.js
2
2
3
- import React , { Component , PropTypes } from 'react' ;
3
+ import React , { Component } from 'react' ;
4
+ import PropTypes from 'prop-types' ;
4
5
5
6
class MobileTearSheet extends Component {
6
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " material-ui-selectable-menu-list" ,
3
- "version" : " 1.1.12 " ,
3
+ "version" : " 1.1.22 " ,
4
4
"description" : " Selectable List from Material-UI that can be filled with an array of items" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
22
22
"dependencies" : {},
23
23
"peerDependencies" : {
24
24
"react" : " 15.x" ,
25
- "material-ui" : " ^0.17 .1" ,
25
+ "material-ui" : " ^0.18 .1" ,
26
26
"react-tap-event-plugin" : " ^2.0.1" ,
27
27
"react-redux" : " ^5.0.3" ,
28
28
"redux" : " ^3.6.0"
29
29
},
30
30
"devDependencies" : {
31
31
"gh-pages" : " ^0.12.0" ,
32
- "material-ui" : " ^0.17.1" ,
33
- "material-ui-responsive-drawer" : " ^1.1.1" ,
32
+ "material-ui" : " ^0.18.1" ,
33
+ "prop-types" : " ^15.5.7" ,
34
+ "material-ui-responsive-drawer" : " ^1.1.22" ,
34
35
"nwb" : " 0.15.x" ,
35
36
"react" : " ^15.4.2" ,
36
37
"react-dom" : " ^15.4.2" ,
Original file line number Diff line number Diff line change 1
- import React , { Component , PropTypes } from 'react' ;
1
+ import React , { Component } from 'react' ;
2
+ import PropTypes from 'prop-types' ;
2
3
import { List , ListItem } from 'material-ui' ;
3
4
import { makeSelectable } from 'material-ui/List' ;
4
5
import Subheader from 'material-ui/Subheader' ;
You can’t perform that action at this time.
0 commit comments