1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00
This commit is contained in:
Michael An
2019-10-21 10:07:44 +08:00
committed by Daniel Pan
parent 07059239d1
commit b97b9c144b
2 changed files with 4 additions and 4 deletions

View File

@@ -11386,9 +11386,9 @@
}
},
"seafile-js": {
"version": "0.2.127",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.127.tgz",
"integrity": "sha512-sl6uiILAPiDhic0t3ezdYILvUVMyOeVG/2on3m8rRi4dYKGHO4Qch8cFVBG11xcF7fzzheaFoNr72iewcRGkeg==",
"version": "0.2.128",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.128.tgz",
"integrity": "sha512-6mXT8yHF6pRjQiGKl/GfJVqW/CoT8DI/JQdIJfcBiXTUxegtS1u6wjRPwj6t0E6kWy6PfcbzO26n/rozZ/i8EQ==",
"requires": {
"axios": "^0.18.0",
"form-data": "^2.3.2",

View File

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