1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

update seafile js (#3565)

This commit is contained in:
Michael An 2019-05-28 18:30:14 +08:00 committed by Daniel Pan
parent 559cd94b7d
commit f466261715
2 changed files with 4 additions and 4 deletions

View File

@ -13272,9 +13272,9 @@
}
},
"seafile-js": {
"version": "0.2.87",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.87.tgz",
"integrity": "sha512-sJHf8SB7gvguneUfM6/4nT1um57MKbDhsl+oI18jNCOZlzWKxfAgkDuZ8+xFTGHSUV3Ay4zsssOf3bK/40eeKA==",
"version": "0.2.88",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.88.tgz",
"integrity": "sha512-JrHDA9MZCiHmPSZL1lZbIovKcei7JAD8meKIyRuD59E8hDnjQv0qoDzVNwo8MYPVSNdzHhSaFQGm/4mFi+Rugw==",
"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.87",
"seafile-js": "^0.2.88",
"socket.io-client": "^2.2.0",
"sw-precache-webpack-plugin": "0.11.4",
"unified": "^7.0.0",