1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-07 04:00:06 +00:00

repair bug (#4157)

* repair bug

* update version
This commit is contained in:
杨顺强 2019-10-18 15:28:03 +08:00 committed by Daniel Pan
parent 9d6d7fd146
commit f95d9d65bc
2 changed files with 4 additions and 4 deletions

View File

@ -118,9 +118,9 @@
}
},
"@seafile/resumablejs": {
"version": "1.1.13",
"resolved": "https://registry.npmjs.org/@seafile/resumablejs/-/resumablejs-1.1.13.tgz",
"integrity": "sha512-GhLgburkCrankp8H0EWNZoQOdQ9vXvuWsD9uKj0JCNwy3kyDty7/qqpXtj6RHN7fzqF9LRoGpOMVdkS4SecPKQ=="
"version": "1.1.15",
"resolved": "https://registry.npmjs.org/@seafile/resumablejs/-/resumablejs-1.1.15.tgz",
"integrity": "sha512-DJPhjBRLENONdDNaaKRckWWtwXvoqfJcRdSk01FbjmZ3DWpbIwebd/vfuB4qJwm0R2j2qzdEVhgxe6wDYS/n9A=="
},
"@seafile/seafile-editor": {
"version": "0.2.60",

View File

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@reach/router": "^1.2.0",
"@seafile/resumablejs": "^1.1.13",
"@seafile/resumablejs": "^1.1.15",
"@seafile/seafile-editor": "^0.2.60",
"MD5": "^1.3.0",
"autoprefixer": "7.1.6",