summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-04-23 09:37:42 +0200
committerOskar Nyberg <oskar@mullvad.net>2020-04-23 11:22:11 +0200
commite2827a86242e69ecd50ec557ab9d25b4624762fd (patch)
treedbd4284db71fdde30c6b48038c8c166276f0b5a4 /gui/package.json
parenteac8cb3910975c173ffe8c23abe4e9dfc00982a5 (diff)
downloadmullvadvpn-e2827a86242e69ecd50ec557ab9d25b4624762fd.tar.xz
mullvadvpn-e2827a86242e69ecd50ec557ab9d25b4624762fd.zip
Upgrade Typescript to 3.8.3
The eslint rule `no-unused-expression` was changed to it's typescript equivalent which allows function calls with optional chaining, e.g. `animation?.stop()` or `call?.()`.
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/package.json b/gui/package.json
index de8e32bcd0..f40942e42b 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -85,7 +85,7 @@
"sinon": "^7.1.1",
"ts-node": "^8.3.0",
"tsc-watch": "^2.4.0",
- "typescript": "^3.5.3"
+ "typescript": "^3.8.3"
},
"scripts": {
"postinstall": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true electron-builder install-app-deps",