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

Side by Side Diff: appengine/swarming/ui/package.json

Issue 2921983002: Swarming UI: Bold requested dimensions in bot dimensions (Closed)
Patch Set: Swarming UI: Bold requested dimensions in bot dimensions 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "luci", 2 "name": "luci",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "private": true, 4 "private": true,
5 "description": "Luci Swarming", 5 "description": "Luci Swarming",
6 "author": "", 6 "author": "",
7 "license": "LICENSE", 7 "license": "LICENSE",
8 "devDependencies": { 8 "devDependencies": {
9 "common-substrings": "~1.0.0", 9 "common-substrings": "~1.0.0",
10 "html-minifier": "~3.0.0", 10 "html-minifier": "^3.0.3",
Sergey Berezin (google) 2017/06/05 22:12:19 Let's revert these changes in package.json - I don
11 "http-server": "~0.9.0", 11 "http-server": "~0.9.0",
12 "javascript-natural-sort": "^0.7.1", 12 "javascript-natural-sort": "^0.7.1",
13 "sinon": "1.17.5", 13 "sinon": "^1.17.5",
14 "skia-common-js": "^1.3.1", 14 "skia-common-js": "^1.3.1",
15 "uglify-js": "^2.7.0", 15 "uglify-js": "^2.7.5",
16 "vulcanize": "~1.14.8" 16 "vulcanize": "^1.14.12"
17 } 17 }
18 } 18 }
OLDNEW
« no previous file with comments | « appengine/swarming/ui/build/js/js.js ('k') | appengine/swarming/ui/res/imp/taskpage/task-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698