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

update dtable version (#4124)

This commit is contained in:
杨顺强
2019-09-29 13:45:02 +08:00
committed by Daniel Pan
parent 28a2241944
commit 33e49cbb29
2 changed files with 4 additions and 14 deletions

View File

@@ -184,9 +184,9 @@
}
},
"@seafile/dtable": {
"version": "0.0.174",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.174.tgz",
"integrity": "sha512-W/VLTYlK44snE6X7WCrA5BLoC69xQ7xfIGWYWIOr8ZNpTAKhtbJrKEI2cgWd4J6+J/+9ITlQth7EsMVM93gMlA==",
"version": "0.0.175",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.175.tgz",
"integrity": "sha512-0hPJtLQErSVQk0/bgoGwQZAZ1HsY36Vh1On8rAvsXFs4z1cpZJ9VW7FBndShRRfhgqTcKn7gnCNC/zZGfSG/PA==",
"requires": {
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
@@ -211,7 +211,6 @@
"postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1",
"promise": "^8.0.3",
"react-contextmenu": "^2.11.0",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-i18next": "^10.12.2",
@@ -14776,15 +14775,6 @@
"prop-types": "^15.5.4"
}
},
"react-contextmenu": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/react-contextmenu/-/react-contextmenu-2.11.0.tgz",
"integrity": "sha512-vT9QV9p/9h1BSIvmajRVG3KsgjuBnISpEQp0F1QYsUPFMe3VOKV2l7IiD8yrNUyXYZKrWMqI0YKsaBwGSRVgJg==",
"requires": {
"classnames": "^2.2.5",
"object-assign": "^4.1.0"
}
},
"react-cookies": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/react-cookies/-/react-cookies-0.1.0.tgz",

View File

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