diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-05-22 20:58:25 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-05-25 17:32:16 +0200 |
commit | e02643f32e4c97ca307f8fc5b69be79c40d70a3b (patch) | |
tree | b7f6269913cd5a0e4f26a9461a043deb0c168be0 /package.json | |
parent | 65fcc3119c334b75dd13bcfdebf186afdc580a8f (diff) | |
download | PeerTube-e02643f32e4c97ca307f8fc5b69be79c40d70a3b.tar.gz PeerTube-e02643f32e4c97ca307f8fc5b69be79c40d70a3b.tar.zst PeerTube-e02643f32e4c97ca307f8fc5b69be79c40d70a3b.zip |
Type models
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
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", |