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

[frontend] update package version

This commit is contained in:
ilearnit
2019-02-18 02:57:50 +00:00
parent 7fc34f477f
commit ca7e9c0233
2 changed files with 11 additions and 11 deletions

View File

@@ -108,11 +108,11 @@
"integrity": "sha512-8KtjFl4D0vJBTl1H64ciXHz5oyUtqnnJI65wAa1IBKwA+xmF/++DWeV1i+O9/DK135ZVhrERfgW2EGvu50ZMNQ==" "integrity": "sha512-8KtjFl4D0vJBTl1H64ciXHz5oyUtqnnJI65wAa1IBKwA+xmF/++DWeV1i+O9/DK135ZVhrERfgW2EGvu50ZMNQ=="
}, },
"@seafile/seafile-editor": { "@seafile/seafile-editor": {
"version": "0.1.68", "version": "0.1.69",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.1.68.tgz", "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.1.69.tgz",
"integrity": "sha512-0j/XWa34+nfAnRiyJC73L4Tiu+lgQRNUvBZdXzD1cf/oZc1PTfT7eABNw5GfhqdL6K5m6XCC1Ho6RTWzZiFISQ==", "integrity": "sha512-VObEr3Ako4CAdcFAYnEgxaFehGBUGSnK83hmYibtvpW76gehdm12B7En+Mju1W2nQJfUQFhodqFRBQGx6qqDCg==",
"requires": { "requires": {
"@seafile/slate-react": "0.1.2", "@seafile/slate-react": "^0.1.4",
"autoprefixer": "7.1.6", "autoprefixer": "7.1.6",
"case-sensitive-paths-webpack-plugin": "2.1.1", "case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3", "chalk": "1.1.3",
@@ -219,9 +219,9 @@
} }
}, },
"@seafile/slate-react": { "@seafile/slate-react": {
"version": "0.1.2", "version": "0.1.4",
"resolved": "https://registry.npmjs.org/@seafile/slate-react/-/slate-react-0.1.2.tgz", "resolved": "https://registry.npmjs.org/@seafile/slate-react/-/slate-react-0.1.4.tgz",
"integrity": "sha512-ZMcGfUixuraVYsCKR4xPVQxI9EYFxZ5U6uTAxcL4+k+G6QT76U6xnScuJmMUF/uNErfuJKakKl+gFnkrhsSVcA==", "integrity": "sha512-XCioHFLGP7mTYwo42Z0s+NYmgecwahlkKU5N+abtNEQynAC7PQIR5HgmVBUz1qNRzLA2zzvfzwD6BWxupe4zRQ==",
"requires": { "requires": {
"debug": "^3.1.0", "debug": "^3.1.0",
"get-window": "^1.1.1", "get-window": "^1.1.1",
@@ -255,9 +255,9 @@
} }
}, },
"@types/node": { "@types/node": {
"version": "11.9.0", "version": "11.9.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.9.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-11.9.4.tgz",
"integrity": "sha512-ry4DOrC+xenhQbzk1iIPzCZGhhPGEFv7ia7Iu6XXSLVluiJIe9FfG7Iu3mObH9mpxEXCWLCMU4JWbCCR9Oy1Zg==" "integrity": "sha512-Zl8dGvAcEmadgs1tmSPcvwzO1YRsz38bVJQvH1RvRqSR9/5n61Q1ktcDL0ht3FXWR+ZpVmXVwN1LuH4Ax23NsA=="
}, },
"MD5": { "MD5": {
"version": "1.3.0", "version": "1.3.0",

View File

@@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"@reach/router": "^1.2.0", "@reach/router": "^1.2.0",
"@seafile/resumablejs": "^1.1.8", "@seafile/resumablejs": "^1.1.8",
"@seafile/seafile-editor": "^0.1.68", "@seafile/seafile-editor": "^0.1.69",
"MD5": "^1.3.0", "MD5": "^1.3.0",
"autoprefixer": "7.1.6", "autoprefixer": "7.1.6",
"classnames": "^2.2.6", "classnames": "^2.2.6",