1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 15:57:31 +00:00

update dtable (#4033)

This commit is contained in:
Michael An 2019-08-29 18:01:28 +08:00 committed by Daniel Pan
parent 627791b463
commit 8d089b9309
2 changed files with 28 additions and 14 deletions

View File

@ -184,14 +184,14 @@
}
},
"@seafile/dtable": {
"version": "0.0.137",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.137.tgz",
"integrity": "sha512-Zu+SvAtOQqkie5OaZmckl1ypi7xaN7PAgo6y2ViVvpDyLz+QU6Lg84OcHXPeN8TXlvszOwF8mPkuyK614Re+TA==",
"version": "0.0.138",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.138.tgz",
"integrity": "sha512-cBwMzvQLCyC6qQMhHHX+ZU2wYY6YW2z8/QbrFdEsYIIV3CqIZw4IkK/iFoKXT2doEGZoJLjLjFECZxgxtEg3zQ==",
"requires": {
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-object-rest-spread": "^7.5.2",
"@seafile/seafile-calendar": "^0.0.6",
"@seafile/seafile-calendar": "^0.0.8",
"@seafile/seafile-editor": "^0.2.62",
"autoprefixer": "^9.5.1",
"axios": "^0.19.0",
@ -224,6 +224,20 @@
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"@seafile/seafile-calendar": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@seafile/seafile-calendar/-/seafile-calendar-0.0.8.tgz",
"integrity": "sha512-xbFk79mfwOnTd+LGQ42EBFV/uSRNTXa/nm68fcTis6+BmNHcZfmrCEwaq8bPWJTCMm9hw7PP1+J6qQziQMohFg==",
"requires": {
"babel-runtime": "6.x",
"classnames": "2.x",
"moment": "2.x",
"prop-types": "^15.5.8",
"rc-trigger": "^2.2.0",
"rc-util": "^4.1.1",
"react-lifecycles-compat": "^3.0.4"
}
},
"ajv": {
"version": "6.10.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz",
@ -320,9 +334,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.243",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.243.tgz",
"integrity": "sha512-+edFdHGxLSmAKftXa5xZIg19rHkkJLiW+tRu0VMVG3RKztyeKX7d3pXf707lS6+BxB9uBun3RShbxCI1PtBAgQ=="
"version": "1.3.244",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.244.tgz",
"integrity": "sha512-nEfPd2EKnFeLuZ/+JsRG3KixRQwWf2SPpp09ftNt5ouGhg408N759+oXvdXy57+TcM34ykfJYj2JMkc1O3R0lQ=="
},
"esprima": {
"version": "4.0.1",
@ -13348,9 +13362,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.243",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.243.tgz",
"integrity": "sha512-+edFdHGxLSmAKftXa5xZIg19rHkkJLiW+tRu0VMVG3RKztyeKX7d3pXf707lS6+BxB9uBun3RShbxCI1PtBAgQ=="
"version": "1.3.244",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.244.tgz",
"integrity": "sha512-nEfPd2EKnFeLuZ/+JsRG3KixRQwWf2SPpp09ftNt5ouGhg408N759+oXvdXy57+TcM34ykfJYj2JMkc1O3R0lQ=="
},
"postcss": {
"version": "7.0.17",
@ -13754,9 +13768,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.243",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.243.tgz",
"integrity": "sha512-+edFdHGxLSmAKftXa5xZIg19rHkkJLiW+tRu0VMVG3RKztyeKX7d3pXf707lS6+BxB9uBun3RShbxCI1PtBAgQ=="
"version": "1.3.244",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.244.tgz",
"integrity": "sha512-nEfPd2EKnFeLuZ/+JsRG3KixRQwWf2SPpp09ftNt5ouGhg408N759+oXvdXy57+TcM34ykfJYj2JMkc1O3R0lQ=="
},
"postcss": {
"version": "7.0.17",

View File

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