summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-12-16 19:51:06 +0100
committerOskar Nyberg <oskar@mullvad.net>2021-12-21 09:45:31 +0100
commit98e4c5b0483bf10a1ef28400430289cf46a90455 (patch)
treed682f16f524a81273b9ea69a8ef3d40e226af988 /gui/package.json
parent76f10411cdbc2167fd82b794186efe8b433721d0 (diff)
downloadmullvadvpn-98e4c5b0483bf10a1ef28400430289cf46a90455.tar.xz
mullvadvpn-98e4c5b0483bf10a1ef28400430289cf46a90455.zip
Update TypeScript
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/package.json b/gui/package.json
index 8563da74f0..c793590f7e 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -53,8 +53,8 @@
"@types/sprintf-js": "^1.1.2",
"@types/styled-components": "^5.1.4",
"@types/topojson-specification": "^1.0.1",
- "@typescript-eslint/eslint-plugin": "^4.31.0",
- "@typescript-eslint/parser": "^4.31.0",
+ "@typescript-eslint/eslint-plugin": "^5.7.0",
+ "@typescript-eslint/parser": "^5.7.0",
"browserify": "^17.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
@@ -77,9 +77,9 @@
"prettier": "^2.2.1",
"semver": "^7.3.2",
"sinon": "^7.1.1",
- "ts-node": "^10.2.1",
+ "ts-node": "^10.4.0",
"tsc-watch": "^4.2.9",
- "typescript": "^4.4.3",
+ "typescript": "^4.5.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},