1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

update dtable (#4125)

This commit is contained in:
Michael An
2019-09-29 18:13:27 +08:00
committed by Daniel Pan
parent 33e49cbb29
commit aac9372cc5
2 changed files with 4 additions and 4 deletions

View File

@@ -184,9 +184,9 @@
}
},
"@seafile/dtable": {
"version": "0.0.175",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.175.tgz",
"integrity": "sha512-0hPJtLQErSVQk0/bgoGwQZAZ1HsY36Vh1On8rAvsXFs4z1cpZJ9VW7FBndShRRfhgqTcKn7gnCNC/zZGfSG/PA==",
"version": "0.0.176",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.176.tgz",
"integrity": "sha512-b1h9v1vxychwZ7sBLnTtfu4yCjnDGsfPTwLT8S2O8lYdr9RkWWYJtWrEiVB/wDb1FV0hXKx/eYllMQqGx6disQ==",
"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.175",
"@seafile/dtable": "0.0.176",
"@seafile/resumablejs": "^1.1.13",
"@seafile/seafile-editor": "^0.2.72",
"MD5": "^1.3.0",