diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-09 14:55:13 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-09 15:18:41 +0200 |
commit | bcd1c9e19447a98d605385fab69b5cfa58d0ba4b (patch) | |
tree | 0d82c65b16be90c47773dc13c203577ba6e2212c /package.json | |
parent | ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91 (diff) | |
download | PeerTube-bcd1c9e19447a98d605385fab69b5cfa58d0ba4b.tar.gz PeerTube-bcd1c9e19447a98d605385fab69b5cfa58d0ba4b.tar.zst PeerTube-bcd1c9e19447a98d605385fab69b5cfa58d0ba4b.zip |
Server: upgrade packages
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/package.json b/package.json index 8ef05f1f9..ce8b77dbf 100644 --- a/package.json +++ b/package.json | |||
@@ -80,7 +80,7 @@ | |||
80 | "sequelize": "^4.7.5", | 80 | "sequelize": "^4.7.5", |
81 | "ts-node": "^3.3.0", | 81 | "ts-node": "^3.3.0", |
82 | "typescript": "^2.5.2", | 82 | "typescript": "^2.5.2", |
83 | "validator": "^8.1.0", | 83 | "validator": "^9.0.0", |
84 | "winston": "^2.1.1", | 84 | "winston": "^2.1.1", |
85 | "ws": "^3.1.0" | 85 | "ws": "^3.1.0" |
86 | }, | 86 | }, |
@@ -90,7 +90,7 @@ | |||
90 | "@types/body-parser": "^1.16.3", | 90 | "@types/body-parser": "^1.16.3", |
91 | "@types/chai": "^4.0.4", | 91 | "@types/chai": "^4.0.4", |
92 | "@types/commander": "^2.9.1", | 92 | "@types/commander": "^2.9.1", |
93 | "@types/config": "^0.0.32", | 93 | "@types/config": "^0.0.33", |
94 | "@types/express": "^4.0.35", | 94 | "@types/express": "^4.0.35", |
95 | "@types/lodash": "^4.14.64", | 95 | "@types/lodash": "^4.14.64", |
96 | "@types/magnet-uri": "^5.1.1", | 96 | "@types/magnet-uri": "^5.1.1", |
@@ -108,31 +108,15 @@ | |||
108 | "@types/ws": "^3.0.2", | 108 | "@types/ws": "^3.0.2", |
109 | "chai": "^4.1.1", | 109 | "chai": "^4.1.1", |
110 | "commander": "^2.9.0", | 110 | "commander": "^2.9.0", |
111 | "mocha": "^3.0.1", | 111 | "mocha": "^4.0.1", |
112 | "nodemon": "^1.11.0", | 112 | "nodemon": "^1.11.0", |
113 | "source-map-support": "^0.4.15", | 113 | "source-map-support": "^0.5.0", |
114 | "standard": "^10.0.0", | 114 | "standard": "^10.0.0", |
115 | "supertest": "^3.0.0", | 115 | "supertest": "^3.0.0", |
116 | "tslint": "^5.7.0", | 116 | "tslint": "^5.7.0", |
117 | "tslint-config-standard": "^6.0.0", | 117 | "tslint-config-standard": "^6.0.0", |
118 | "webtorrent": "^0.98.0" | 118 | "webtorrent": "^0.98.0" |
119 | }, | 119 | }, |
120 | "standard": { | ||
121 | "ignore": [ | ||
122 | "client/" | ||
123 | ], | ||
124 | "globals": [ | ||
125 | "alert", | ||
126 | "confirm", | ||
127 | "it", | ||
128 | "after", | ||
129 | "afterEach", | ||
130 | "before", | ||
131 | "beforeEach", | ||
132 | "describe", | ||
133 | "include" | ||
134 | ] | ||
135 | }, | ||
136 | "scripty": { | 120 | "scripty": { |
137 | "silent": true | 121 | "silent": true |
138 | } | 122 | } |