Fix: file-manager and swarm-desktop bugs (#714)
- drive capacity display with stamp polling - download/upload progress handling - overlay and tooltip issues - FileMaganger readme - ultra-light mode handling - account feed view page - download media files - remove not found syncing link - fix ultra light node wallet page - tooltip issues --------- Co-authored-by: Andrei Mitrea <andrei.mitrea.hq@gmail.com> Co-authored-by: nidishk <nidishkrishnan45@gmail.com> Co-authored-by: Ferenc Sárai <sarai.ferenc@gmail.com> Co-authored-by: Nándor Komlódi <nandor.komlodi@gmail.com> Co-authored-by: rolandlor <33499567+rolandlor@users.noreply.github.com>
This commit is contained in:
+8
-8
@@ -27,11 +27,11 @@
|
||||
},
|
||||
"overrides": {
|
||||
"@fairdatasociety/fdp-storage": {
|
||||
"@ethersphere/bee-js": "^10.1.1"
|
||||
"@ethersphere/bee-js": "^10.2.0"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@ethersphere/bee-js": "^10.1.1",
|
||||
"@ethersphere/bee-js": "^10.3.0",
|
||||
"@ethersproject/keccak256": "^5.7.0",
|
||||
"@ethersproject/strings": "^5.7.0",
|
||||
"@fairdatasociety/fdp-storage": "^0.19.0",
|
||||
@@ -39,7 +39,7 @@
|
||||
"@material-ui/core": "4.12.3",
|
||||
"@material-ui/icons": "4.11.2",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"@solarpunkltd/file-manager-lib": "^1.0.0",
|
||||
"@solarpunkltd/file-manager-lib": "^1.0.4",
|
||||
"axios": "^0.28.1",
|
||||
"bignumber.js": "^9.1.2",
|
||||
"buffer": "^6.0.3",
|
||||
@@ -68,12 +68,12 @@
|
||||
"stream-browserify": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.0",
|
||||
"@babel/core": "^7.24.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-transform-runtime": "^7.22.0",
|
||||
"@babel/preset-env": "^7.22.0",
|
||||
"@babel/preset-react": "^7.22.0",
|
||||
"@babel/preset-typescript": "^7.22.0",
|
||||
"@babel/plugin-transform-runtime": "^7.24.0",
|
||||
"@babel/preset-env": "^7.24.0",
|
||||
"@babel/preset-react": "^7.23.3",
|
||||
"@babel/preset-typescript": "^7.23.3",
|
||||
"@commitlint/config-conventional": "14.1.0",
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
"@testing-library/react": "12.1.2",
|
||||
|
||||
Reference in New Issue
Block a user