1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 15:57:31 +00:00

update seafile api

This commit is contained in:
Michael An 2019-07-03 17:39:44 +08:00
parent b6afc03b58
commit 431102bdac
2 changed files with 4 additions and 4 deletions

View File

@ -13360,9 +13360,9 @@
}
},
"seafile-js": {
"version": "0.2.100",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.100.tgz",
"integrity": "sha512-QrzO3vMSeL+4NRvb9/sjGdCtYzOIsXI7PhbPZrVmMc8XaXWL9ZzgMqMEGVYUgQlALQChNhXqqyfRLvZ3/WKEUg==",
"version": "0.2.101",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.101.tgz",
"integrity": "sha512-CqF+4FKnUhnUYKCjiVbp10GkI9Ej+d4UfaWRvdGNaR74tK+0D9dUq7RNXUGS/MpIAlif7hbz5k+LUFafkfGmNg==",
"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.100",
"seafile-js": "^0.2.101",
"socket.io-client": "^2.2.0",
"sw-precache-webpack-plugin": "0.11.4",
"unified": "^7.0.0",