mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
Revert "remove dependencies we are not currently using, update the rest"
This reverts commit 430612446d.
This commit is contained in:
parent
32ae24fc42
commit
5e2ebfe2dc
1 changed files with 9 additions and 4 deletions
13
package.json
13
package.json
|
|
@ -70,12 +70,17 @@
|
|||
"watchify": "3.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"drag-drop": "2.12.1",
|
||||
"es6-promise": "4.0.5",
|
||||
"classnames": "^2.2.5",
|
||||
"deep-freeze-strict": "1.1.1",
|
||||
"drag-drop": "2.11.0",
|
||||
"es6-promise": "3.2.1",
|
||||
"mime-types": "2.1.11",
|
||||
"namespace-emitter": "1.0.0",
|
||||
"pretty-bytes": "4.0.2",
|
||||
"pretty-bytes": "3.0.1",
|
||||
"redux": "^3.6.0",
|
||||
"tus-js-client": "1.4.1",
|
||||
"whatwg-fetch": "2.0.1",
|
||||
"uppy-base": "git+https://github.com/hedgerh/uppy-base.git",
|
||||
"whatwg-fetch": "1.0.0",
|
||||
"yo-yo": "1.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue