aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-12 17:42:17 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-12 17:42:17 +0200
commit68a04f90633346cf48aa01ae44c6757c47c37965 (patch)
treef5ad7f927e9b9e391abdda8f72fc9cc375b8c427 /package.json
parent5.6.3-nightly.31 [skip ci] (diff)
downloadferdium-app-68a04f90633346cf48aa01ae44c6757c47c37965.tar.gz
ferdium-app-68a04f90633346cf48aa01ae44c6757c47c37965.tar.zst
ferdium-app-68a04f90633346cf48aa01ae44c6757c47c37965.zip
chore: replace deprecated du with fast-folder-size (#2050)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 028162f3c..d3990087c 100644
--- a/package.json
+++ b/package.json
@@ -78,13 +78,13 @@
78 "darkreader": "4.9.34", 78 "darkreader": "4.9.34",
79 "dbus-next": "0.9.2", 79 "dbus-next": "0.9.2",
80 "debug": "4.3.2", 80 "debug": "4.3.2",
81 "du": "1.0.0",
82 "electron-dl": "3.2.1", 81 "electron-dl": "3.2.1",
83 "electron-fetch": "1.7.4", 82 "electron-fetch": "1.7.4",
84 "electron-find": "1.0.7", 83 "electron-find": "1.0.7",
85 "electron-react-titlebar": "1.0.0", 84 "electron-react-titlebar": "1.0.0",
86 "electron-updater": "4.3.9", 85 "electron-updater": "4.3.9",
87 "electron-window-state": "5.0.3", 86 "electron-window-state": "5.0.3",
87 "fast-folder-size": "1.5.0",
88 "fs-extra": "10.0.0", 88 "fs-extra": "10.0.0",
89 "jsonwebtoken": "8.5.1", 89 "jsonwebtoken": "8.5.1",
90 "jss": "10.7.1", 90 "jss": "10.7.1",
@@ -140,7 +140,6 @@
140 "@commitlint/config-conventional": "13.1.0", 140 "@commitlint/config-conventional": "13.1.0",
141 "@formatjs/cli": "4.2.33", 141 "@formatjs/cli": "4.2.33",
142 "@types/color": "3.0.2", 142 "@types/color": "3.0.2",
143 "@types/du": "1.0.1",
144 "@types/expect.js": "0.3.29", 143 "@types/expect.js": "0.3.29",
145 "@types/fs-extra": "9.0.12", 144 "@types/fs-extra": "9.0.12",
146 "@types/lodash": "4.14.172", 145 "@types/lodash": "4.14.172",