1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Update dtable

This commit is contained in:
plt
2019-08-26 14:51:53 +08:00
parent 7f4f3bf43a
commit 79c67e1719
2 changed files with 4 additions and 4 deletions

View File

@@ -184,9 +184,9 @@
} }
}, },
"@seafile/dtable": { "@seafile/dtable": {
"version": "0.0.132", "version": "0.0.133",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.132.tgz", "resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.133.tgz",
"integrity": "sha512-6adDVKOpcgodmeAOywTqvrf5opSyJ1Odq+gksxTP47zMClk+Gxt9uCy/2VmRlCnP0LJ0pZ3qI30DjPwHhnBhWw==", "integrity": "sha512-guQQEteeV8xe/HrX6UZg4iT6c0OHMAN+gvL7bstwddEjQJp5gRftRO++GuUvoKPFquZHkvyrZacOQVL6FrmpRw==",
"requires": { "requires": {
"@babel/plugin-proposal-export-default-from": "^7.5.2", "@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2", "@babel/plugin-proposal-export-namespace-from": "^7.5.2",

View File

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