Upgrade dropzone past TS bug
This commit is contained in:
parent
a7c7d99e77
commit
b0d4595cd3
|
@ -19,7 +19,7 @@
|
|||
"clipboard-copy": "^3.1.0",
|
||||
"fireworks": "^2.2.5",
|
||||
"lodash": "^4.17.15",
|
||||
"material-ui-dropzone": "3.0.0",
|
||||
"material-ui-dropzone": "^3.2.1",
|
||||
"myzod": "^1.0.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
|
|
|
@ -6966,10 +6966,10 @@ map-visit@^1.0.0:
|
|||
dependencies:
|
||||
object-visit "^1.0.0"
|
||||
|
||||
material-ui-dropzone@3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/material-ui-dropzone/-/material-ui-dropzone-3.0.0.tgz#ef69b8f51a5021b0d09a1b72d1807f830068b415"
|
||||
integrity sha512-0+QbdZsTLNhaEW/mZUWvZirnOATJfj3zovLuSNdG7gdlQPludj8i1nSEXTFUPn3DS0Rz5939pmeJfzTSatFnVg==
|
||||
material-ui-dropzone@^3.2.1:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/material-ui-dropzone/-/material-ui-dropzone-3.2.1.tgz#37f35f94eea62ffeae8a8adb28f7a4d04d70bb31"
|
||||
integrity sha512-QD37QMQ+ZwVDcIR9GA6ojvtF9gylar11pFQlViHC4il7eP5KhY/Govmj9wSOjh9ROyKxUvlsTwy3ELuZ2vXx0w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.4.4"
|
||||
clsx "^1.0.2"
|
||||
|
|
Loading…
Reference in New Issue