1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-07 20:19:34 +00:00

update dtable version (#4093)

This commit is contained in:
杨顺强 2019-09-18 18:21:37 +08:00 committed by Daniel Pan
parent 1ce9e94117
commit baa0ca16c7
2 changed files with 13 additions and 13 deletions

View File

@ -184,9 +184,9 @@
}
},
"@seafile/dtable": {
"version": "0.0.162",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.162.tgz",
"integrity": "sha512-zRm8o9Reps1uGKvscf+BWSVQfWSy+33/EGT1JfMQFWn2+8YthoRLN9IEGkTp3sAn38GxOT09VSG7VE5y6r4Ohg==",
"version": "0.0.163",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.163.tgz",
"integrity": "sha512-n6EiNf0dxfmD3518mW8e7p12RvgCvQDtkmijsE0fmIOfozDiGZkQ7y5R91bbAbcWHJTXIiZg5+WdIiT6JwY+iA==",
"requires": {
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
@ -339,9 +339,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.260",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.260.tgz",
"integrity": "sha512-wGt+OivF1C1MPwaSv3LJ96ebNbLAWlx3HndivDDWqwIVSQxmhL17Y/YmwUdEMtS/bPyommELt47Dct0/VZNQBQ=="
"version": "1.3.261",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.261.tgz",
"integrity": "sha512-nA9xFj1SgHXlW/6T4+udW2u/Ic/bne25UoFsddoNM7Ut2bgNGLLQUhLhk+vQlbKh9WiRgDDlHaC36Oy7AgRR9w=="
},
"esprima": {
"version": "4.0.1",
@ -13414,9 +13414,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.260",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.260.tgz",
"integrity": "sha512-wGt+OivF1C1MPwaSv3LJ96ebNbLAWlx3HndivDDWqwIVSQxmhL17Y/YmwUdEMtS/bPyommELt47Dct0/VZNQBQ=="
"version": "1.3.261",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.261.tgz",
"integrity": "sha512-nA9xFj1SgHXlW/6T4+udW2u/Ic/bne25UoFsddoNM7Ut2bgNGLLQUhLhk+vQlbKh9WiRgDDlHaC36Oy7AgRR9w=="
},
"postcss": {
"version": "7.0.18",
@ -13820,9 +13820,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.260",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.260.tgz",
"integrity": "sha512-wGt+OivF1C1MPwaSv3LJ96ebNbLAWlx3HndivDDWqwIVSQxmhL17Y/YmwUdEMtS/bPyommELt47Dct0/VZNQBQ=="
"version": "1.3.261",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.261.tgz",
"integrity": "sha512-nA9xFj1SgHXlW/6T4+udW2u/Ic/bne25UoFsddoNM7Ut2bgNGLLQUhLhk+vQlbKh9WiRgDDlHaC36Oy7AgRR9w=="
},
"postcss": {
"version": "7.0.18",

View File

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