1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-14 15:35:35 +00:00

update dtale version to 0.0.156 (#4062)

This commit is contained in:
杨顺强 2019-09-06 16:38:14 +08:00 committed by Daniel Pan
parent 57acbaf52b
commit ada1145445
2 changed files with 4 additions and 4 deletions

View File

@ -184,9 +184,9 @@
}
},
"@seafile/dtable": {
"version": "0.0.155",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.155.tgz",
"integrity": "sha512-sl0gciE3mFNF7RJngj7oRQ4BvXTYnYm6sm+v8+dRFMfUBNtz3Qlseoh/xGoyNP1LsiutDmDy1SpdoCwgvhN7iw==",
"version": "0.0.156",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.156.tgz",
"integrity": "sha512-NpVygG6udCYxjyAprrV5Df1RYUmxA8xZExYXqDGct5W3c7UK8nXopsK1Wce8c0Cc4JvV5SlwUc7JnrFE5OfFEQ==",
"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.155",
"@seafile/dtable": "0.0.156",
"@seafile/resumablejs": "^1.1.13",
"@seafile/seafile-editor": "^0.2.72",
"MD5": "^1.3.0",