summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-04-14 13:48:56 +0200
committerOskar Nyberg <oskar@mullvad.net>2021-04-14 13:48:56 +0200
commit130f56e4b4530d096403250f675ec42031ca64f2 (patch)
treea696588a0712414bfd8605d4c39c6367600046f2 /gui/package.json
parent937a8a3ea26dddb761e85e74228069f6f1b6a591 (diff)
parent1f3b51141b7da5cb2c38618708f606326413f5de (diff)
downloadmullvadvpn-130f56e4b4530d096403250f675ec42031ca64f2.tar.xz
mullvadvpn-130f56e4b4530d096403250f675ec42031ca64f2.zip
Merge branch 'remove-moment-js'
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/package.json b/gui/package.json
index 34bfb75e16..258a5b3f08 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -17,7 +17,6 @@
"d3-geo": "^1.12.1",
"gettext-parser": "^4.0.3",
"google-protobuf": "^3.14.0",
- "moment": "^2.29.1",
"node-gettext": "^3.0.0",
"rbush": "^2.0.2",
"react": "^17.0.1",
@@ -58,8 +57,8 @@
"@types/styled-components": "^5.1.4",
"@types/topojson-specification": "^1.0.1",
"@types/uuid": "^3.4.4",
- "@typescript-eslint/eslint-plugin": "^4.8.2",
- "@typescript-eslint/parser": "^4.8.2",
+ "@typescript-eslint/eslint-plugin": "^4.21.0",
+ "@typescript-eslint/parser": "^4.21.0",
"browser-sync": "^2.26.13",
"browserify": "^17.0.0",
"chai": "^4.2.0",
@@ -86,7 +85,7 @@
"spa-server": "^1.0.0",
"ts-node": "^9.1.1",
"tsc-watch": "^4.2.9",
- "typescript": "^4.1.5",
+ "typescript": "^4.2.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},