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

[seafileAPI] transfered all the APIs left in seafile-js to seahub; uninstalled seafile-js (#7048)

This commit is contained in:
llj 2024-11-15 20:35:44 +08:00 committed by GitHub
parent 95d99e10fd
commit edaf88f6cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2157 additions and 26 deletions

View File

@ -52,7 +52,6 @@
"react-select": "5.7.0",
"react-transition-group": "4.4.5",
"reactstrap": "8.9.0",
"seafile-js": "0.2.237",
"socket.io-client": "^2.2.0",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "^3.0.1",
@ -24350,29 +24349,6 @@
"compute-scroll-into-view": "^1.0.20"
}
},
"node_modules/seafile-js": {
"version": "0.2.237",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.237.tgz",
"integrity": "sha512-fEbRx68ZKoV8mQPqZ4PTePMSLnyVkmGhtTJ01i6bRq/1r1QsUmhdyqbL+XwGGsDoBH+OR351CaiE3sBOR+IRYA==",
"license": "ISC",
"dependencies": {
"axios": "^1.7.4",
"form-data": "4.0.0"
}
},
"node_modules/seafile-js/node_modules/form-data": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/select-hose": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",

View File

@ -47,7 +47,6 @@
"react-select": "5.7.0",
"react-transition-group": "4.4.5",
"reactstrap": "8.9.0",
"seafile-js": "0.2.237",
"socket.io-client": "^2.2.0",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "^3.0.1",

File diff suppressed because it is too large Load Diff