Skip to content

Commit

Permalink
More dep upgrades (#449)
Browse files Browse the repository at this point in the history
* lighthouse

* lighthouse

* sauce-service
  • Loading branch information
pooyaj authored May 4, 2022
1 parent ff9066d commit aa423cc
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 635 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@wdio/cli": "^6.10.5",
"@wdio/jasmine-framework": "^6.10.4",
"@wdio/local-runner": "^6.10.5",
"@wdio/sauce-service": "^6.10.4",
"@wdio/sauce-service": "^7.19.7",
"@wdio/spec-reporter": "^6.8.1",
"@wdio/sync": "^6.10.4",
"add": "^2.0.6",
Expand All @@ -103,7 +103,7 @@
"jest-dev-server": "^4.4.0",
"jquery": "^3.5.1",
"jsdom": "^19.0.0",
"lighthouse": "^7.3.0",
"lighthouse": "^9.5.0",
"lint-staged": "^10.0.9",
"log-update": "^4.0.0",
"micro-memoize": "^4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/tester/ajs-perf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { setup, teardown } from 'jest-dev-server'
// @ts-ignore
import lighthouse from 'lighthouse/lighthouse-core'
// @ts-ignore
import reportGenerator from 'lighthouse/lighthouse-core/report/report-generator'
import reportGenerator from 'lighthouse/report/generator/report-generator'

export async function gatherLighthouseMetrics(
page: playwright.Page
Expand Down
Loading

0 comments on commit aa423cc

Please sign in to comment.