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

update seafile-js version (#4733)

This commit is contained in:
杨顺强 2020-12-01 10:24:15 +08:00 committed by GitHub
parent 373565654f
commit 248fe2e1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -797,9 +797,9 @@
},
"dependencies": {
"is-buffer": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz",
"integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A=="
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
"integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ=="
}
}
},
@ -11464,9 +11464,9 @@
}
},
"seafile-js": {
"version": "0.2.156",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.156.tgz",
"integrity": "sha512-D8ZUwNNay8WTFqIMF6AzysKFFkzFAdGgGapHsvpijOl2lETg9Pg+OlWawlFzDxaTKu4JxSTk2g9On/RGvqswpQ==",
"version": "0.2.161",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.161.tgz",
"integrity": "sha512-iLsNy2FCNWmCteihmRwCz/ygq/kKooUir1J8MO2xKcEIVJ0m3tZKfU7lscgdTuU8n3iEwVKPowcitiYB+x4U8g==",
"requires": {
"axios": "^0.18.0",
"form-data": "^2.3.2",

View File

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