Chromium Code Reviews| Index: appengine/swarming/ui/package.json |
| diff --git a/appengine/swarming/ui/package.json b/appengine/swarming/ui/package.json |
| index 58d4c798605f10caae854bc7a4471445dfe52a51..cc3b198dc768e51576f76e79c5efd19cd22e3653 100644 |
| --- a/appengine/swarming/ui/package.json |
| +++ b/appengine/swarming/ui/package.json |
| @@ -6,13 +6,13 @@ |
| "author": "", |
| "license": "LICENSE", |
| "devDependencies": { |
| - "common-substrings": "~1.0.0", |
| - "html-minifier": "~3.0.0", |
| - "http-server": "~0.9.0", |
| + "common-substrings": "^1.0.2", |
|
Sergey Berezin (google)
2017/06/05 22:43:02
Let's revert changes to this file. If you actually
ayanaadylova
2017/06/06 01:25:01
Done.
|
| + "html-minifier": "^3.0.3", |
| + "http-server": "^0.9.0", |
| "javascript-natural-sort": "^0.7.1", |
| - "sinon": "1.17.5", |
| + "sinon": "^1.17.5", |
| "skia-common-js": "^1.3.1", |
| - "uglify-js": "^2.7.0", |
| - "vulcanize": "~1.14.8" |
| + "uglify-js": "^2.8.27", |
| + "vulcanize": "^1.14.12" |
| } |
| } |