Skip to content

Commit

Permalink
Update to LH v8.6.0 (#312)
Browse files Browse the repository at this point in the history
* Update to LH v8.6.0

* Add yarn.lock
  • Loading branch information
jonkeller authored Nov 5, 2021
1 parent 258aa54 commit 0cdb4f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lighthouse-plugin-publisher-ads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"yargs": "^16.1.1"
},
"peerDependencies": {
"lighthouse": "8.4.0"
"lighthouse": "8.6.0"
},
"devDependencies": {
"@types/yargs": "^15.0.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@tusbar/cache-control": "^0.3.1",
"@types/esprima": "^4.0.2",
"lighthouse": "^8.4.0",
"lighthouse": "^8.6.0",
"lodash.clonedeep": "^4.5.0",
"yargs": "16.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2191,10 +2191,10 @@ [email protected]:
yargs "^16.1.1"
yargs-parser "^20.2.4"

lighthouse@^8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/lighthouse/-/lighthouse-8.4.0.tgz#2da669456e0640d21bbc0edae8950e8066e6ee9c"
integrity sha512-O4DE/UFvn63iu1hRNFRYY+ZzEHfN463fBSxUuux4cFXRd5c398FgL6VDiZgmy28jQ9U6lYmsKZW1xLcWLEuO+g==
lighthouse@^8.6.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/lighthouse/-/lighthouse-8.6.0.tgz#e50ca532aca2ca7fec409caea6bddd940450041a"
integrity sha512-/H7aDL3//Gr0M1v8GGq6k0OTNty7nDVuU/o1cg6opYkfHRz1V3Nhydqz6aBzfXhUQx6iJRnxgRCPya+ZLA2vbg==
dependencies:
axe-core "4.2.3"
chrome-launcher "^0.14.0"
Expand Down

0 comments on commit 0cdb4f3

Please sign in to comment.