1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

update dtable (#3990)

This commit is contained in:
Michael An
2019-08-15 17:31:02 +08:00
committed by Daniel Pan
parent d5ac0b5773
commit cb693a843d
2 changed files with 4 additions and 11 deletions

View File

@@ -184,9 +184,9 @@
}
},
"@seafile/dtable": {
"version": "0.0.115",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.115.tgz",
"integrity": "sha512-XHuD6YlsX1SwQVOYqvDekKuGAa3GE1cGbrAmnijtaD9pAKlMYfWdX/Laklt4sbdwtcmeg847yJsScId2VAYLLA==",
"version": "0.0.116",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.116.tgz",
"integrity": "sha512-dEn6MD4KiqpmwReFmPfFlNITM5nv9G+OUPksZJu/QEXPzzj4Dcl8YUkbPYpcIyK48NPi5IUyvKMvXyE9L9BWxg==",
"requires": {
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
@@ -16722,13 +16722,6 @@
"debug": "~3.1.0",
"engine.io-parser": "~2.1.0",
"ws": "~3.3.1"
},
"dependencies": {
"base64id": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz",
"integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY="
}
}
},
"engine.io-client": {

View File

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