1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 23:38:37 +00:00

update seafile-js (#4159)

This commit is contained in:
Michael An 2019-10-19 14:07:51 +08:00 committed by Daniel Pan
parent 7d2b516c22
commit b8b22c31c8
2 changed files with 10 additions and 10 deletions

View File

@ -5470,7 +5470,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",
@ -5479,7 +5479,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"
@ -8217,7 +8217,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": {
@ -8524,7 +8524,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",
@ -8534,7 +8534,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",
@ -8556,7 +8556,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",
@ -11386,9 +11386,9 @@
}
},
"seafile-js": {
"version": "0.2.126",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.126.tgz",
"integrity": "sha512-v0fIC2xMbcNrSnfgtALAwfy8o2Ol6bLTBJHmkaMv8lcZT5atwaZLFk3+CFM0Ru3a6Bis5FhV0o82aFpPY+jeeg==",
"version": "0.2.127",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.127.tgz",
"integrity": "sha512-sl6uiILAPiDhic0t3ezdYILvUVMyOeVG/2on3m8rRi4dYKGHO4Qch8cFVBG11xcF7fzzheaFoNr72iewcRGkeg==",
"requires": {
"axios": "^0.18.0",
"form-data": "^2.3.2",

View File

@ -41,7 +41,7 @@
"react-responsive": "^6.1.2",
"react-select": "^2.4.1",
"reactstrap": "^6.4.0",
"seafile-js": "^0.2.126",
"seafile-js": "^0.2.127",
"socket.io-client": "^2.2.0",
"sw-precache-webpack-plugin": "0.11.4",
"unified": "^7.0.0",