1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

update dtable (#4072)

This commit is contained in:
Michael An
2019-09-10 09:49:13 +08:00
committed by Daniel Pan
parent eda09f3572
commit baaed836c6
2 changed files with 16 additions and 16 deletions

View File

@@ -184,9 +184,9 @@
}
},
"@seafile/dtable": {
"version": "0.0.156",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.156.tgz",
"integrity": "sha512-NpVygG6udCYxjyAprrV5Df1RYUmxA8xZExYXqDGct5W3c7UK8nXopsK1Wce8c0Cc4JvV5SlwUc7JnrFE5OfFEQ==",
"version": "0.0.157",
"resolved": "https://registry.npmjs.org/@seafile/dtable/-/dtable-0.0.157.tgz",
"integrity": "sha512-XyHl2XaLypkIw2LDV9HtvzyC6b9MMyLAPII6stHQ3w50B66e3D8VF2dL3Vqg9G2tpVoHgV+XQ25aoaEtnxwGqg==",
"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.252",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.252.tgz",
"integrity": "sha512-NWJ5TztDnjExFISZHFwpoJjMbLUifsNBnx7u2JI0gCw6SbKyQYYWWtBHasO/jPtHym69F4EZuTpRNGN11MT/jg=="
"version": "1.3.253",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.253.tgz",
"integrity": "sha512-LAwFRWViiiCSxQ2Lj3mnyEP8atkpAoHSPUnkFoy4mNabbnPHxtfseWvPCGGhewjHQI+ky/V4LdlTyyI0d3YPXA=="
},
"esprima": {
"version": "4.0.1",
@@ -10494,9 +10494,9 @@
}
},
"node-releases": {
"version": "1.1.29",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.29.tgz",
"integrity": "sha512-R5bDhzh6I+tpi/9i2hrrvGJ3yKPYzlVOORDkXhnZuwi5D3q1I5w4vYy24PJXTcLk9Q0kws9TO77T75bcK8/ysQ==",
"version": "1.1.30",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.30.tgz",
"integrity": "sha512-BHcr1g6NeUH12IL+X3Flvs4IOnl1TL0JczUhEZjDE+FXXPQcVCNr8NEPb01zqGxzhTpdyJL5GXemaCW7aw6Khw==",
"requires": {
"semver": "^5.3.0"
}
@@ -13393,9 +13393,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.252",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.252.tgz",
"integrity": "sha512-NWJ5TztDnjExFISZHFwpoJjMbLUifsNBnx7u2JI0gCw6SbKyQYYWWtBHasO/jPtHym69F4EZuTpRNGN11MT/jg=="
"version": "1.3.253",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.253.tgz",
"integrity": "sha512-LAwFRWViiiCSxQ2Lj3mnyEP8atkpAoHSPUnkFoy4mNabbnPHxtfseWvPCGGhewjHQI+ky/V4LdlTyyI0d3YPXA=="
},
"postcss": {
"version": "7.0.18",
@@ -13799,9 +13799,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.252",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.252.tgz",
"integrity": "sha512-NWJ5TztDnjExFISZHFwpoJjMbLUifsNBnx7u2JI0gCw6SbKyQYYWWtBHasO/jPtHym69F4EZuTpRNGN11MT/jg=="
"version": "1.3.253",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.253.tgz",
"integrity": "sha512-LAwFRWViiiCSxQ2Lj3mnyEP8atkpAoHSPUnkFoy4mNabbnPHxtfseWvPCGGhewjHQI+ky/V4LdlTyyI0d3YPXA=="
},
"postcss": {
"version": "7.0.18",

View File

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