aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 12:51:44 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:55:15 +0100
commitad193ec612cf3110ed847b7cb2fedb0b1080ef86 (patch)
treecb4931ffb8588a8a2475be881c4af91ed2ffef64 /packages/main/package.json
parentUpdate docs (diff)
downloadsophie-ad193ec612cf3110ed847b7cb2fedb0b1080ef86.tar.gz
sophie-ad193ec612cf3110ed847b7cb2fedb0b1080ef86.tar.zst
sophie-ad193ec612cf3110ed847b7cb2fedb0b1080ef86.zip
build: Disable single-run eslint-typescript
See https://github.com/typescript-eslint/typescript-eslint/issues/3851 Also upgrades dependencies and simplifies eslint config (used during debugging this issue to eliminate other possible sources of errors.) Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/main/package.json')
-rw-r--r--packages/main/package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index d9abf51..f171448 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -23,7 +23,7 @@
23 "os-name": "^5.0.1" 23 "os-name": "^5.0.1"
24 }, 24 },
25 "devDependencies": { 25 "devDependencies": {
26 "@jest/globals": "^27.4.4", 26 "@jest/globals": "^27.4.6",
27 "@types/electron-devtools-installer": "^2.2.1", 27 "@types/electron-devtools-installer": "^2.2.1",
28 "@types/lodash-es": "^4.17.5", 28 "@types/lodash-es": "^4.17.5",
29 "@types/ms": "^0.7.31", 29 "@types/ms": "^0.7.31",
@@ -32,8 +32,6 @@
32 "esbuild": "^0.14.11", 32 "esbuild": "^0.14.11",
33 "git-repo-info": "^2.1.1", 33 "git-repo-info": "^2.1.1",
34 "jest": "^27.4.7", 34 "jest": "^27.4.7",
35 "jest-mock": "^27.4.6", 35 "jest-mock": "^27.4.6"
36 "rimraf": "^3.0.2",
37 "typescript": "^4.5.4"
38 } 36 }
39} 37}