Update uploadx fixes upload zero size files
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2019-07-28 14:15:57 +02:00
parent 8c1b7ccf55
commit 5665a64270
3 changed files with 7 additions and 7 deletions

6
package-lock.json generated
View File

@ -6890,9 +6890,9 @@
}
},
"ngx-uploadx": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/ngx-uploadx/-/ngx-uploadx-3.1.2.tgz",
"integrity": "sha512-4SWS5AjucJFUOU7uBUCxXwstKqLOtbrHHRMlTZWKPnDM/fLdpA31ZBvBr2u7nxYL8amadWYkfmA987p9anyXbg==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/ngx-uploadx/-/ngx-uploadx-3.1.3.tgz",
"integrity": "sha512-RX3uEaqMTpjTv5mtdnTQYsDOED3Qg5V3OBU5ohOyL35uL+dllF7I0y+kojJprm9thzHNAWih1DLeTlVWZKo+hQ==",
"requires": {
"tslib": "^1.9.0"
}

View File

@ -19,9 +19,9 @@
"integrity": "sha1-Iqu5ZW00owuVMENnIINeicLlwxY="
},
"ngx-uploadx": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/ngx-uploadx/-/ngx-uploadx-3.1.2.tgz",
"integrity": "sha512-4SWS5AjucJFUOU7uBUCxXwstKqLOtbrHHRMlTZWKPnDM/fLdpA31ZBvBr2u7nxYL8amadWYkfmA987p9anyXbg==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/ngx-uploadx/-/ngx-uploadx-3.1.3.tgz",
"integrity": "sha512-RX3uEaqMTpjTv5mtdnTQYsDOED3Qg5V3OBU5ohOyL35uL+dllF7I0y+kojJprm9thzHNAWih1DLeTlVWZKo+hQ==",
"requires": {
"tslib": "^1.9.0"
}

View File

@ -6,7 +6,7 @@
},
"dependencies": {
"angular-oauth2-oidc": "^5.0.2",
"ngx-uploadx": "^3.1.2"
"ngx-uploadx": "^3.1.3"
},
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": "^4.2.1",