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

Update api (#4002)

This commit is contained in:
zxj96 2019-08-19 15:45:09 +08:00 committed by Daniel Pan
parent 74d945c37d
commit d15a089bc3
2 changed files with 4 additions and 4 deletions

View File

@ -11377,9 +11377,9 @@
}
},
"seafile-js": {
"version": "0.2.113",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.113.tgz",
"integrity": "sha512-Y3zAe+r6XzMPY8yTzkc426+S46jAdOy7sEFYbC9QcCz1pN2UYBY9u0s188zg0Vwci6z+fFRX/WX0vy2U1k0yGA==",
"version": "0.2.118",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.118.tgz",
"integrity": "sha512-0PDLMsCPx5W80Gb1R+4eSCica4/trJdZ1ZHfdaeb1ponTwOk34froPbLI6zT+VimLDwT5FCLWqkehQhi4E0N8g==",
"requires": {
"axios": "^0.18.0",
"form-data": "^2.3.2",

View File

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