diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-04 20:07:54 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-04 20:07:54 +0200 |
commit | b0f9f39ed70299a208d1b388c72de8b7f3510cb7 (patch) | |
tree | 4b7d388125265533ac2f6d4bf457d018617e1db6 /package.json | |
parent | e7dbeae8d915cdf4470ceb51c2724b04148b30b5 (diff) | |
download | PeerTube-b0f9f39ed70299a208d1b388c72de8b7f3510cb7.tar.gz PeerTube-b0f9f39ed70299a208d1b388c72de8b7f3510cb7.tar.zst PeerTube-b0f9f39ed70299a208d1b388c72de8b7f3510cb7.zip |
Begin user quota
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 2a1b0bde3..900d04052 100644 --- a/package.json +++ b/package.json | |||
@@ -79,7 +79,7 @@ | |||
79 | "scripty": "^1.5.0", | 79 | "scripty": "^1.5.0", |
80 | "sequelize": "^4.7.5", | 80 | "sequelize": "^4.7.5", |
81 | "ts-node": "^3.0.6", | 81 | "ts-node": "^3.0.6", |
82 | "typescript": "^2.4.1", | 82 | "typescript": "^2.5.2", |
83 | "validator": "^8.1.0", | 83 | "validator": "^8.1.0", |
84 | "winston": "^2.1.1", | 84 | "winston": "^2.1.1", |
85 | "ws": "^3.1.0" | 85 | "ws": "^3.1.0" |
@@ -109,7 +109,7 @@ | |||
109 | "source-map-support": "^0.4.15", | 109 | "source-map-support": "^0.4.15", |
110 | "standard": "^10.0.0", | 110 | "standard": "^10.0.0", |
111 | "supertest": "^3.0.0", | 111 | "supertest": "^3.0.0", |
112 | "tslint": "^5.2.0", | 112 | "tslint": "^5.7.0", |
113 | "tslint-config-standard": "^6.0.0", | 113 | "tslint-config-standard": "^6.0.0", |
114 | "webtorrent": "^0.98.0" | 114 | "webtorrent": "^0.98.0" |
115 | }, | 115 | }, |