lighthouse 10.0.0-dev.20230211 → 10.0.0-dev.20230213

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "10.0.0-dev.20230211",
4
+ "version": "10.0.0-dev.20230213",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -169,6 +169,7 @@
169
169
  "preact": "^10.7.2",
170
170
  "pretty-json-stringify": "^0.0.2",
171
171
  "puppeteer": "^19.6.0",
172
+ "quibble": "connorjclark/quibble#fork",
172
173
  "resolve": "^1.20.0",
173
174
  "rollup": "^2.52.7",
174
175
  "rollup-plugin-node-resolve": "^5.2.0",
@@ -204,7 +205,6 @@
204
205
  "parse-cache-control": "1.0.1",
205
206
  "ps-list": "^8.0.0",
206
207
  "puppeteer-core": "^19.6.0",
207
- "quibble": "connorjclark/quibble#fork",
208
208
  "robots-parser": "^3.0.0",
209
209
  "semver": "^5.3.0",
210
210
  "speedline-core": "^1.4.3",