@uppy/react
Advanced tools
Comparing version 0.28.0 to 0.29.0
@@ -24,2 +24,5 @@ var PropTypes = require('prop-types'); | ||
// A size in pixels (number) or with some other unit (string). | ||
var cssSize = PropTypes.oneOfType([PropTypes.string, PropTypes.number]); | ||
// Common props for dashboardy components (Dashboard and DashboardModal). | ||
@@ -30,4 +33,4 @@ var dashboard = { | ||
plugins: plugins, | ||
width: PropTypes.number, | ||
height: PropTypes.number, | ||
width: cssSize, | ||
height: cssSize, | ||
showProgressDetails: PropTypes.bool, | ||
@@ -34,0 +37,0 @@ hideUploadButton: PropTypes.bool, |
{ | ||
"name": "@uppy/react", | ||
"description": "React component wrappers around Uppy's official UI plugins.", | ||
"version": "0.28.0", | ||
"version": "0.29.0", | ||
"license": "MIT", | ||
@@ -25,16 +25,16 @@ "main": "index.js", | ||
"dependencies": { | ||
"@uppy/dashboard": "0.28.0", | ||
"@uppy/drag-drop": "0.28.0", | ||
"@uppy/progress-bar": "0.28.0", | ||
"@uppy/status-bar": "0.28.0", | ||
"@uppy/utils": "0.28.0", | ||
"@uppy/dashboard": "0.29.0", | ||
"@uppy/drag-drop": "0.29.0", | ||
"@uppy/progress-bar": "0.29.0", | ||
"@uppy/status-bar": "0.29.0", | ||
"@uppy/utils": "0.29.0", | ||
"prop-types": "^15.6.1" | ||
}, | ||
"devDependencies": { | ||
"@uppy/core": "0.28.0" | ||
"@uppy/core": "0.29.0" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^0.28.0" | ||
"@uppy/core": "^0.29.0" | ||
}, | ||
"gitHead": "47a68a6148a41c7b8a1e10e78b6cd6794a53f7e5" | ||
"gitHead": "c68f2c7e68d2c12f8a8fb7119f1dae4ca08e4174" | ||
} |
@@ -24,2 +24,8 @@ const PropTypes = require('prop-types') | ||
// A size in pixels (number) or with some other unit (string). | ||
const cssSize = PropTypes.oneOfType([ | ||
PropTypes.string, | ||
PropTypes.number | ||
]) | ||
// Common props for dashboardy components (Dashboard and DashboardModal). | ||
@@ -30,4 +36,4 @@ const dashboard = { | ||
plugins, | ||
width: PropTypes.number, | ||
height: PropTypes.number, | ||
width: cssSize, | ||
height: cssSize, | ||
showProgressDetails: PropTypes.bool, | ||
@@ -34,0 +40,0 @@ hideUploadButton: PropTypes.bool, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36127
859
+ Added@uppy/core@0.29.1(transitive)
+ Added@uppy/dashboard@0.29.0(transitive)
+ Added@uppy/drag-drop@0.29.0(transitive)
+ Added@uppy/informer@0.29.0(transitive)
+ Added@uppy/progress-bar@0.29.0(transitive)
+ Added@uppy/provider-views@0.29.0(transitive)
+ Added@uppy/status-bar@0.29.0(transitive)
+ Added@uppy/store-default@0.27.1(transitive)
+ Added@uppy/thumbnail-generator@0.29.0(transitive)
+ Added@uppy/utils@0.29.00.29.1(transitive)
- Removed@uppy/core@0.28.0(transitive)
- Removed@uppy/dashboard@0.28.0(transitive)
- Removed@uppy/drag-drop@0.28.0(transitive)
- Removed@uppy/informer@0.28.0(transitive)
- Removed@uppy/progress-bar@0.28.0(transitive)
- Removed@uppy/provider-views@0.28.0(transitive)
- Removed@uppy/status-bar@0.28.0(transitive)
- Removed@uppy/store-default@0.27.0(transitive)
- Removed@uppy/thumbnail-generator@0.28.0(transitive)
- Removed@uppy/utils@0.28.0(transitive)
Updated@uppy/dashboard@0.29.0
Updated@uppy/drag-drop@0.29.0
Updated@uppy/progress-bar@0.29.0
Updated@uppy/status-bar@0.29.0
Updated@uppy/utils@0.29.0