aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-14 15:49:52 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:00 +0200
commit7e34607793a044bcf5ca3ce471f99859bc6cf636 (patch)
tree777147cb562b15ceac4e15a5182110a4df6f27e5 /package.json
parentchore(deps): Bump dependencies (diff)
downloadsophie-7e34607793a044bcf5ca3ce471f99859bc6cf636.tar.gz
sophie-7e34607793a044bcf5ca3ce471f99859bc6cf636.tar.zst
sophie-7e34607793a044bcf5ca3ce471f99859bc6cf636.zip
chore(deps): Bump electron to 19 for setBackgroundColor fix
Since https://github.com/electron/electron/pull/33435 has landed in electron 19 alpha, but not in 18, moving to 19 lets us remove the workarounds for setBackgroundColor. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
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 1ade0bb..adeb6ff 100644
--- a/package.json
+++ b/package.json
@@ -64,7 +64,7 @@
64 "@vitejs/plugin-react": "^1.3.1", 64 "@vitejs/plugin-react": "^1.3.1",
65 "chokidar": "^3.5.3", 65 "chokidar": "^3.5.3",
66 "cross-env": "^7.0.3", 66 "cross-env": "^7.0.3",
67 "electron": "18.0.3", 67 "electron": "^19.0.0-alpha.1",
68 "electron-builder": "^23.0.6", 68 "electron-builder": "^23.0.6",
69 "esbuild": "^0.14.36", 69 "esbuild": "^0.14.36",
70 "eslint": "^8.13.0", 70 "eslint": "^8.13.0",