Skip to content

Commit

Permalink
Merge c66747b into 0c18a3e
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 5, 2024
2 parents 0c18a3e + c66747b commit ad24f6a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"stats"
],
"dependencies": {
"lighthouse": "~11.7.0"
"lighthouse": "~12.0.0"
},
"devDependencies": {
"@browserless/test": "^10.3.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/lighthouse/test/snapshots/index.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Generated by [AVA](https://avajs.dev).
auditMode: false,
blankPage: 'about:blank',
blockedUrlPatterns: null,
budgets: null,
channel: 'node',
clearStorageTypes: [
'file_systems',
Expand Down Expand Up @@ -70,7 +69,6 @@ Generated by [AVA](https://avajs.dev).
auditMode: false,
blankPage: 'about:blank',
blockedUrlPatterns: null,
budgets: null,
channel: 'node',
clearStorageTypes: [
'file_systems',
Expand Down Expand Up @@ -129,7 +127,6 @@ Generated by [AVA](https://avajs.dev).
auditMode: false,
blankPage: 'about:blank',
blockedUrlPatterns: null,
budgets: null,
channel: 'node',
clearStorageTypes: [
'file_systems',
Expand Down
Binary file modified packages/lighthouse/test/snapshots/index.js.snap
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/screenshot/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ test('graphics features', async t => {
Vulkan: 'Disabled',
WebGL: 'Software only, hardware acceleration unavailable',
WebGL2: 'Software only, hardware acceleration unavailable',
WebGPU: 'Disabled'
WebGPU: 'Disabled',
WebNN: 'Disabled'
}
: {
Canvas: 'Hardware accelerated',
Expand Down

0 comments on commit ad24f6a

Please sign in to comment.