1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +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": { "@seafile/dtable": {
"version": "0.0.174", "version": "0.0.175",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.174.tgz", "resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.175.tgz",
"integrity": "sha512-W/VLTYlK44snE6X7WCrA5BLoC69xQ7xfIGWYWIOr8ZNpTAKhtbJrKEI2cgWd4J6+J/+9ITlQth7EsMVM93gMlA==", "integrity": "sha512-0hPJtLQErSVQk0/bgoGwQZAZ1HsY36Vh1On8rAvsXFs4z1cpZJ9VW7FBndShRRfhgqTcKn7gnCNC/zZGfSG/PA==",
"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",
@@ -211,7 +211,6 @@
"postcss-preset-env": "6.6.0", "postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1", "postcss-safe-parser": "4.0.1",
"promise": "^8.0.3", "promise": "^8.0.3",
"react-contextmenu": "^2.11.0",
"react-dnd": "^2.6.0", "react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0", "react-dnd-html5-backend": "^2.6.0",
"react-i18next": "^10.12.2", "react-i18next": "^10.12.2",
@@ -14776,15 +14775,6 @@
"prop-types": "^15.5.4" "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": { "react-cookies": {
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/react-cookies/-/react-cookies-0.1.0.tgz", "resolved": "https://registry.npmjs.org/react-cookies/-/react-cookies-0.1.0.tgz",

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.174", "@seafile/dtable": "0.0.175",
"@seafile/resumablejs": "^1.1.13", "@seafile/resumablejs": "^1.1.13",
"@seafile/seafile-editor": "^0.2.72", "@seafile/seafile-editor": "^0.2.72",
"MD5": "^1.3.0", "MD5": "^1.3.0",