1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-13 06:55:59 +00:00

Merge pull request #3756 from haiwen/update-api

update seafile-js
This commit is contained in:
Daniel Pan 2019-06-28 16:29:50 +08:00 committed by GitHub
commit 08096e2152
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": {
"version": "0.2.95",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.95.tgz",
"integrity": "sha512-IYO4uP5zkPtqUeGzcpuUlSk+/KqAEG65tzHLm0OJgJzzQ9jbC/UvhuRn3EETItia5BL8PilJ4WNcxX9iQqcnEw==",
"version": "0.2.97",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.97.tgz",
"integrity": "sha512-a7nlJ4FadqPrsF83GkrKZQem6lQLwm/eDhQc5Ovl5UYw3b1VWz/RARhEO70WKVPtwfmShwKTeRyEZCYVW51edg==",
"requires": {
"axios": "^0.18.0",
"form-data": "^2.3.2",

View File

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