1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-29 08:27:55 +00:00

[frontend] update package

This commit is contained in:
ilearnit 2019-01-24 07:48:43 +00:00
parent 41b3d2c5df
commit c3ede4e834
2 changed files with 13 additions and 13 deletions

View File

@ -108,9 +108,9 @@
"integrity": "sha512-8KtjFl4D0vJBTl1H64ciXHz5oyUtqnnJI65wAa1IBKwA+xmF/++DWeV1i+O9/DK135ZVhrERfgW2EGvu50ZMNQ=="
},
"@seafile/seafile-editor": {
"version": "0.1.64",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.1.64.tgz",
"integrity": "sha512-pgYOBPnr4bGDa942jhL41IK/GD+y6auCiPWDdHC3Oh50dPPyR6S98yjqSNtZwJAAfb/ISkBGwChYP8hHB0TO/A==",
"version": "0.1.65",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.1.65.tgz",
"integrity": "sha512-kpQUOjKJszfcE4OU05s12OaRZx4qqqx/QLN+Gt3nFf6wLyefTpuh15dKxNu12uQiErxk4vdQlwYoCSnyg98G/A==",
"requires": {
"@seafile/slate-react": "0.1.2",
"autoprefixer": "7.1.6",
@ -2508,9 +2508,9 @@
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
},
"codemirror": {
"version": "5.42.2",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.42.2.tgz",
"integrity": "sha512-Tkv6im39VuhduFMsDA3MlXcC/kKas3Z0PI1/8N88QvFQbtOeiiwnfFJE4juGyC8/a4sb1BSxQlzsil8XLQdxRw=="
"version": "5.43.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.43.0.tgz",
"integrity": "sha512-mljwQWUaWIf85I7QwTBryF2ASaIvmYAL4s5UCanCJFfKeXOKhrqdHWdHiZWAMNT+hjLTCnVx2S/SYTORIgxsgA=="
},
"collapse-white-space": {
"version": "1.0.4",
@ -5282,7 +5282,7 @@
},
"git-up": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/git-up/-/git-up-1.2.1.tgz",
"resolved": "http://registry.npmjs.org/git-up/-/git-up-1.2.1.tgz",
"integrity": "sha1-JkSAoAax2EJhrB/gmjpRacV+oZ0=",
"requires": {
"is-ssh": "^1.0.0",
@ -5291,7 +5291,7 @@
},
"git-url-parse": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-5.0.1.tgz",
"resolved": "http://registry.npmjs.org/git-url-parse/-/git-url-parse-5.0.1.tgz",
"integrity": "sha1-/j15xnRq4FBIz6UIyB553du6OEM=",
"requires": {
"git-up": "^1.0.0"
@ -7844,7 +7844,7 @@
},
"node-status-codes": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
"resolved": "http://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
"integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8="
},
"noop6": {
@ -8151,7 +8151,7 @@
},
"package.json": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/package.json/-/package.json-2.0.1.tgz",
"resolved": "http://registry.npmjs.org/package.json/-/package.json-2.0.1.tgz",
"integrity": "sha1-+IYFnSpJ7QduZIg2ldc7K0bSHW0=",
"requires": {
"git-package-json": "^1.4.0",
@ -8161,7 +8161,7 @@
"dependencies": {
"got": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz",
"resolved": "http://registry.npmjs.org/got/-/got-5.7.1.tgz",
"integrity": "sha1-X4FjWmHkplifGAVp6k44FoClHzU=",
"requires": {
"create-error-class": "^3.0.1",
@ -8183,7 +8183,7 @@
},
"package-json": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
"resolved": "http://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
"integrity": "sha1-DRW9Z9HLvduyyiIv8u24a8sxqLs=",
"requires": {
"got": "^5.0.0",

View File

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