Skip to content

Commit

Permalink
lock dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Jan 6, 2017
1 parent 4bb3686 commit 6e07641
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions lighthouse-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"typescript": "^2.1.4"
},
"dependencies": {
"firebase": "^3.6.2",
"idb-keyval": "^2.2.0",
"url-search-params": "^0.6.1",
"whatwg-fetch": "^2.0.1"
"firebase": "3.6.3",
"idb-keyval": "2.2.0",
"url-search-params": "0.6.1",
"whatwg-fetch": "2.0.1"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"dependencies": {
"axe-core": "2.1.7",
"chrome-devtools-frontend": "1.0.422034",
"debug": "^2.2.0",
"debug": "2.2.0",
"devtools-timeline-model": "1.1.6",
"gl-matrix": "2.3.2",
"handlebars": "^4.0.5",
"json-stringify-safe": "^5.0.1",
"marked": "^0.3.6",
"mkdirp": "^0.5.1",
"opn": "^4.0.2",
"rimraf": "^2.2.8",
"semver": ">=4.3.3",
"handlebars": "4.0.5",
"json-stringify-safe": "5.0.1",
"marked": "0.3.6",
"mkdirp": "0.5.1",
"opn": "4.0.2",
"rimraf": "2.2.8",
"semver": "5.3.0",
"speedline": "1.0.3",
"whatwg-url": "^4.0.0",
"ws": "^1.1.1",
"whatwg-url": "4.0.0",
"ws": "1.1.1",
"yargs": "3.30.0"
},
"repository": "googlechrome/lighthouse",
Expand Down

0 comments on commit 6e07641

Please sign in to comment.