react-grid-system
Advanced tools
Comparing version 4.4.8 to 4.4.9
@@ -173,3 +173,3 @@ 'use strict'; | ||
*/ | ||
component: _propTypes2.default.oneOfType([_propTypes2.default.func, _propTypes2.default.string]) | ||
component: _propTypes2.default.elementType | ||
}; | ||
@@ -176,0 +176,0 @@ Col.defaultProps = { |
@@ -137,3 +137,3 @@ 'use strict'; | ||
*/ | ||
component: _propTypes2.default.oneOfType([_propTypes2.default.func, _propTypes2.default.string]) | ||
component: _propTypes2.default.elementType | ||
}; | ||
@@ -140,0 +140,0 @@ Container.defaultProps = { |
@@ -117,3 +117,3 @@ 'use strict'; | ||
*/ | ||
component: _propTypes2.default.oneOfType([_propTypes2.default.func, _propTypes2.default.string]), | ||
component: _propTypes2.default.elementType, | ||
/** | ||
@@ -120,0 +120,0 @@ * Whether the cols should not wrap |
{ | ||
"name": "react-grid-system", | ||
"version": "4.4.8", | ||
"version": "4.4.9", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -40,3 +40,3 @@ "main": "./build/index.js", | ||
"dependencies": { | ||
"prop-types": "^15.6.2" | ||
"prop-types": "^15.7.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
@@ -90,3 +90,3 @@ import React, { createElement } from 'react'; | ||
*/ | ||
component: PropTypes.oneOfType([PropTypes.func, PropTypes.string]), | ||
component: PropTypes.elementType, | ||
}; | ||
@@ -93,0 +93,0 @@ |
@@ -49,3 +49,3 @@ import React, { createElement } from 'react'; | ||
*/ | ||
component: PropTypes.oneOfType([PropTypes.func, PropTypes.string]), | ||
component: PropTypes.elementType, | ||
}; | ||
@@ -52,0 +52,0 @@ |
@@ -51,6 +51,3 @@ import React from 'react'; | ||
*/ | ||
component: PropTypes.oneOfType([ | ||
PropTypes.func, | ||
PropTypes.string, | ||
]), | ||
component: PropTypes.elementType, | ||
/** | ||
@@ -57,0 +54,0 @@ * Whether the cols should not wrap |
89750
1888
Updatedprop-types@^15.7.2