summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-10-16 11:20:41 +0200
committerOskar Nyberg <oskar@mullvad.net>2020-10-16 11:20:41 +0200
commite7f14a8bbeaa17024da71de105d2e68e7a2c444e (patch)
tree62de940469c8d2a8a1e70b4c5f2b926f3735ab71 /gui/package.json
parent5fe3e53756d2d5212b4f8592bae9ac33972f5126 (diff)
parent66225b84bc9d68dc7029aed34ea3781fcbb18c58 (diff)
downloadmullvadvpn-e7f14a8bbeaa17024da71de105d2e68e7a2c444e.tar.xz
mullvadvpn-e7f14a8bbeaa17024da71de105d2e68e7a2c444e.zip
Merge branch 'upgrade-to-typescript-4' into master
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/gui/package.json b/gui/package.json
index bc8dc0670a..660efb8cd7 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -45,6 +45,7 @@
"@types/d3-geo": "^1.11.0",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
+ "@types/gettext-parser": "^4.0.0",
"@types/google-protobuf": "^3.7.2",
"@types/mkdirp": "^1.0.0",
"@types/mocha": "^5.2.6",
@@ -62,8 +63,8 @@
"@types/styled-components": "^5.1.0",
"@types/topojson-specification": "^1.0.1",
"@types/uuid": "^3.4.4",
- "@typescript-eslint/eslint-plugin": "^2.29.0",
- "@typescript-eslint/parser": "^2.29.0",
+ "@typescript-eslint/eslint-plugin": "^4.4.1",
+ "@typescript-eslint/parser": "^4.4.1",
"browser-sync": "^2.26.12",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
@@ -90,7 +91,7 @@
"sinon": "^7.1.1",
"ts-node": "^8.3.0",
"tsc-watch": "^4.2.9",
- "typescript": "^3.9.7"
+ "typescript": "^4.0.3"
},
"scripts": {
"postinstall": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true electron-builder install-app-deps",