summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-04-16 12:59:39 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-04-16 12:59:39 +0200
commit16ed63820f488c20475746e628393fbb3f6d608d (patch)
tree9466c7b41bdba1a2883dd237f2bde5bcc4b95c51 /gui/package.json
parent07df6028b848c17cb150cf7eff2f6dbc9e49acd7 (diff)
parenta985dfc08ef33a9c6bbaf2e8cf4ac67b1ffa3f72 (diff)
downloadmullvadvpn-16ed63820f488c20475746e628393fbb3f6d608d.tar.xz
mullvadvpn-16ed63820f488c20475746e628393fbb3f6d608d.zip
Merge branch 'retire-jsonstream'
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/package.json b/gui/package.json
index 48a45c7775..d10736dc48 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -12,7 +12,6 @@
"repository": "https://github.com/mullvad/mullvadvpn-app",
"license": "GPL-3.0",
"dependencies": {
- "JSONStream": "^1.3.5",
"connected-react-router": "^5.0.1",
"d3-geo-projection": "^2.6.0",
"electron-log": "^2.2.8",
@@ -31,6 +30,7 @@
"reactxp": "^1.6.1",
"redux": "^4.0.1",
"sprintf-js": "^1.1.2",
+ "stream-json": "^1.2.1",
"uuid": "^3.0.1",
"validated": "^2.0.1"
},
@@ -56,6 +56,7 @@
"@types/react-router": "^4.4.3",
"@types/sinon": "^7.0.5",
"@types/sprintf-js": "^1.1.2",
+ "@types/stream-json": "^1.0.0",
"@types/topojson-specification": "^1.0.1",
"@types/uuid": "^3.4.4",
"browser-sync": "^2.26.3",