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 12, 2017
1 parent 4514a73 commit 3d40b28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions lighthouse-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,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"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@
"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",
"metaviewport-parser": "^0.0.1",
"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",
"metaviewport-parser": "0.0.1",
"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 3d40b28

Please sign in to comment.