Skip to content

Commit

Permalink
Merge pull request #15654 from qmonmert/fix/lighthouse
Browse files Browse the repository at this point in the history
Fix upgrade Lighthouse 8.0.0 -> 8.1.0
  • Loading branch information
mshima committed Jul 14, 2021
2 parents 2f6395d + 8971066 commit 2977750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/client/templates/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cypress": "7.7.0",
"eslint-plugin-cypress": "2.11.3",
"cypress-audit": "1.0.0",
"lighthouse": "8.0.0",
"lighthouse": "8.1.0",
"nyc": "15.1.0"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// the project's config changing)
import fs = require('fs');;
import { lighthouse, pa11y, prepareAudit } from 'cypress-audit';
import ReportGenerator = require('lighthouse/lighthouse-core/report/report-generator');
import ReportGenerator = require('lighthouse/report/report-generator');
/**
* @type {Cypress.PluginConfig}
*/
Expand Down

0 comments on commit 2977750

Please sign in to comment.