aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-14 10:34:04 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-14 10:34:04 +0200
commit979ec02c9a1019152be08705986337e470eabb57 (patch)
tree6021179ad8649112717a499780f475275af487f2 /package.json
parentrefactor: defensive programming to avoid javascript error for unread badges (diff)
downloadferdium-app-979ec02c9a1019152be08705986337e470eabb57.tar.gz
ferdium-app-979ec02c9a1019152be08705986337e470eabb57.tar.zst
ferdium-app-979ec02c9a1019152be08705986337e470eabb57.zip
chore: codebase improvements (#1930)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 638dca627..9b9382e3c 100644
--- a/package.json
+++ b/package.json
@@ -149,7 +149,6 @@
149 "@commitlint/cli": "13.1.0", 149 "@commitlint/cli": "13.1.0",
150 "@commitlint/config-conventional": "13.1.0", 150 "@commitlint/config-conventional": "13.1.0",
151 "@formatjs/cli": "4.2.33", 151 "@formatjs/cli": "4.2.33",
152 "@tsconfig/node14": "1.0.1",
153 "@types/color": "3.0.2", 152 "@types/color": "3.0.2",
154 "@types/du": "1.0.1", 153 "@types/du": "1.0.1",
155 "@types/expect.js": "0.3.29", 154 "@types/expect.js": "0.3.29",
@@ -163,6 +162,7 @@
163 "@types/route-parser": "0.1.3", 162 "@types/route-parser": "0.1.3",
164 "@types/tar": "4.0.5", 163 "@types/tar": "4.0.5",
165 "@types/uuid": "3.4.9", 164 "@types/uuid": "3.4.9",
165 "@types/validator": "13.6.3",
166 "@typescript-eslint/eslint-plugin": "4.30.0", 166 "@typescript-eslint/eslint-plugin": "4.30.0",
167 "@typescript-eslint/parser": "4.29.1", 167 "@typescript-eslint/parser": "4.29.1",
168 "all-contributors-cli": "6.20.0", 168 "all-contributors-cli": "6.20.0",