mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 11:44:53 +00:00
Update es6-promise
The breaking change is in the auto-polyfill behaviour, but we use `babel-plugin-es6-promise` so we don't use the auto-polyfill behaviour.
This commit is contained in:
parent
5ecde45a86
commit
4bf30db53f
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -4930,9 +4930,9 @@
|
|||
}
|
||||
},
|
||||
"es6-promise": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.2.1.tgz",
|
||||
"integrity": "sha1-7FYjOGgDKQkgcXDDlEjiREndH8Q="
|
||||
"version": "4.2.2",
|
||||
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.2.tgz",
|
||||
"integrity": "sha512-LSas5vsuA6Q4nEdf9wokY5/AJYXry98i0IzXsv49rYsgDGDNDPbqAYR1Pe23iFxygfbGZNR/5VrHXBCh2BhvUQ=="
|
||||
},
|
||||
"es6-set": {
|
||||
"version": "0.1.5",
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
"classnames": "^2.2.5",
|
||||
"cuid": "^2.0.2",
|
||||
"drag-drop": "2.13.2",
|
||||
"es6-promise": "3.2.1",
|
||||
"es6-promise": "^4.2.2",
|
||||
"get-form-data": "^2.0.0",
|
||||
"lodash.throttle": "4.1.1",
|
||||
"mime-match": "^1.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue