From 90649798f8c6aeeab8ee23419ff19d6a53ec99d8 Mon Sep 17 00:00:00 2001 From: Renaud Heluin Date: Tue, 14 Nov 2023 13:25:44 +0000 Subject: [PATCH] fix: package --- lighthouse-plugin-ecoindex/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lighthouse-plugin-ecoindex/package.json b/lighthouse-plugin-ecoindex/package.json index 9be151b2..98aedc09 100644 --- a/lighthouse-plugin-ecoindex/package.json +++ b/lighthouse-plugin-ecoindex/package.json @@ -27,7 +27,6 @@ "release": "release-it" }, "devDependencies": { - "lighthouse": "^11.3.0", "prettier": "^3.0.3", "prettier-plugin-organize-imports": "^3.2.3", "release-it": "*" @@ -35,6 +34,8 @@ "dependencies": { "ecoindex": "^1.0.5", "lodash.round": "^4.0.4", - "yargs": "^17.7.2" + "yargs": "^17.7.2", + "lighthouse": "^11.3.0", + "puppeteer": "^21.5.1" } }