Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1059)

Unified Diff: appengine/swarming/ui/package.json

Issue 2918353002: Swarming UI: Added piechart for timing information. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}
}

Powered by Google App Engine
This is Rietveld 408576698