1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 22:47:59 +00:00

Merge pull request #3648 from haiwen/update-js

update Seafile API
This commit is contained in:
Daniel Pan 2019-06-13 09:49:08 +08:00 committed by GitHub
commit fb5bd706fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -13361,9 +13361,9 @@
} }
}, },
"seafile-js": { "seafile-js": {
"version": "0.2.90", "version": "0.2.91",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.90.tgz", "resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.91.tgz",
"integrity": "sha512-Ker2wtiXNklPOIo7rw4DTGQbWNGuQogPQIffI1vlINAVRSgyL6Xc2LoyiJj+nwOz/x0pkKDB9pUMNMS/zmBOyg==", "integrity": "sha512-QNm629wX+NmCUzKiqOh1h/LWRwnRvwKwRXU6qOdOHg2CyubgGXmzk6U9NPMW1oK3p0takfz/1xypPQxNIAsXSw==",
"requires": { "requires": {
"axios": "^0.18.0", "axios": "^0.18.0",
"form-data": "^2.3.2", "form-data": "^2.3.2",

View File

@ -38,7 +38,7 @@
"react-responsive": "^6.1.1", "react-responsive": "^6.1.1",
"react-select": "^2.4.1", "react-select": "^2.4.1",
"reactstrap": "^6.4.0", "reactstrap": "^6.4.0",
"seafile-js": "^0.2.90", "seafile-js": "^0.2.91",
"socket.io-client": "^2.2.0", "socket.io-client": "^2.2.0",
"sw-precache-webpack-plugin": "0.11.4", "sw-precache-webpack-plugin": "0.11.4",
"unified": "^7.0.0", "unified": "^7.0.0",