summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-02-27 16:11:35 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-03-01 16:22:24 +0100
commit8e062a77882937efbd7ccf2c02a1d8c31df3644a (patch)
tree61a3c4b513a363aee84036fe64b4331d060d5f01
parentddccc2beafa9ec5305ce2746d3eb095d3bd21b6c (diff)
downloadmullvadvpn-8e062a77882937efbd7ccf2c02a1d8c31df3644a.tar.xz
mullvadvpn-8e062a77882937efbd7ccf2c02a1d8c31df3644a.zip
Move some of the @types/* packages to devDependencies
-rw-r--r--gui/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/package.json b/gui/package.json
index b079df61c9..71dbe53d77 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -12,8 +12,6 @@
"repository": "https://github.com/mullvad/mullvadvpn-app",
"license": "GPL-3.0",
"dependencies": {
- "@types/node-gettext": "^2.0.0",
- "@types/sprintf-js": "^1.1.2",
"JSONStream": "^1.3.5",
"connected-react-router": "^5.0.1",
"d3-geo-projection": "^2.4.1",
@@ -48,12 +46,14 @@
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.12.3",
+ "@types/node-gettext": "^2.0.0",
"@types/rbush": "^2.0.2",
"@types/react": "16.3.18",
"@types/react-dom": "16.0.7",
"@types/react-redux": "^7.0.0",
"@types/react-router": "^4.4.3",
"@types/sinon": "^7.0.5",
+ "@types/sprintf-js": "^1.1.2",
"@types/uuid": "^3.4.4",
"browser-sync": "^2.26.3",
"chai": "^4.2.0",