1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00
This commit is contained in:
Michael An
2019-07-30 10:47:12 +08:00
committed by Daniel Pan
parent 2b432af9b5
commit d2e9e106d4
2 changed files with 4 additions and 4 deletions

View File

@@ -184,9 +184,9 @@
}
},
"@seafile/dtable": {
"version": "0.0.85",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.85.tgz",
"integrity": "sha512-6iJj6nNGEtxV8ACVJazByRkz6Co2CogprvsLX1SXzgEMY6brROo7wrZFcjMSN61inUodPyoY/kAT33C2wKH3dQ==",
"version": "0.0.87",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.87.tgz",
"integrity": "sha512-+3PuodHoUd5jyVG8rSEv19Pog6HyEp3QuRtvSXvmyaPa4lug8nRj3xA9vLvePt+f+6Xl//wcoZAA9MH/cT5DXw==",
"requires": {
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",

View File

@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@reach/router": "^1.2.0",
"@seafile/dtable": "0.0.85",
"@seafile/dtable": "0.0.87",
"@seafile/resumablejs": "^1.1.9",
"@seafile/seafile-editor": "^0.2.57",
"MD5": "^1.3.0",