summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-05-06 11:37:09 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-05-07 15:16:10 +0200
commit3fd43763c27da9765663bdb3159c88601a5c1aef (patch)
tree685bbd0a62a717a6b9ca2fdb088811437e1df6fc /gui/package.json
parent41507032ef77463a846f1e7bc0fb1efb955256ff (diff)
downloadmullvadvpn-3fd43763c27da9765663bdb3159c88601a5c1aef.tar.xz
mullvadvpn-3fd43763c27da9765663bdb3159c88601a5c1aef.zip
Update to Typescript 3.4.5
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 b54e8f9a31..2b60937818 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -80,7 +80,7 @@
"tslint": "^5.15.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
- "typescript": "^3.3.3"
+ "typescript": "^3.4.5"
},
"scripts": {
"postinstall": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true electron-builder install-app-deps",