aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 00d0bb5ee..118a0aef6 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
69 "rimraf": "^2.5.4", 69 "rimraf": "^2.5.4",
70 "safe-buffer": "^5.0.1", 70 "safe-buffer": "^5.0.1",
71 "scripty": "^1.5.0", 71 "scripty": "^1.5.0",
72 "sequelize": "^3.27.0", 72 "sequelize": "4.0.0-2",
73 "typescript": "~2.2.0", 73 "typescript": "~2.2.0",
74 "winston": "^2.1.1", 74 "winston": "^2.1.1",
75 "ws": "^2.0.0" 75 "ws": "^2.0.0"
@@ -85,12 +85,13 @@
85 "@types/morgan": "^1.7.32", 85 "@types/morgan": "^1.7.32",
86 "@types/node": "^7.0.18", 86 "@types/node": "^7.0.18",
87 "@types/request": "^0.0.43", 87 "@types/request": "^0.0.43",
88 "@types/sequelize": "3", 88 "@types/sequelize": "^4.0.55",
89 "@types/winston": "^2.3.2", 89 "@types/winston": "^2.3.2",
90 "@types/ws": "^0.0.41", 90 "@types/ws": "^0.0.41",
91 "chai": "^3.3.0", 91 "chai": "^3.3.0",
92 "commander": "^2.9.0", 92 "commander": "^2.9.0",
93 "mocha": "^3.0.1", 93 "mocha": "^3.0.1",
94 "source-map-support": "^0.4.15",
94 "standard": "^10.0.0", 95 "standard": "^10.0.0",
95 "supertest": "^3.0.0", 96 "supertest": "^3.0.0",
96 "tslint": "^5.2.0", 97 "tslint": "^5.2.0",