lighthouse-reporting 1.6.8 → 1.6.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse-reporting",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "vite build && vite build -c vite.umd.config.ts && tsc -p ./tsconfig.build.json",
@@ -28,25 +28,26 @@
28
28
  "get-port": ">=7"
29
29
  },
30
30
  "devDependencies": {
31
+ "@eslint/js": "^10.0.1",
31
32
  "@playwright/test": "^1.54.2",
32
33
  "@types/fs-extra": "^11.0.4",
33
- "@types/node": "^22.17.1",
34
- "@typescript-eslint/eslint-plugin": "^8.39.1",
35
- "@typescript-eslint/parser": "^8.39.1",
36
- "eslint": "^9.33.0",
34
+ "@types/node": "^24.13.2",
35
+ "@typescript-eslint/eslint-plugin": "^8.62.0",
36
+ "@typescript-eslint/parser": "^8.62.0",
37
+ "eslint": "^10.5.0",
37
38
  "eslint-config-prettier": "^10.1.8",
38
- "eslint-plugin-prettier": "^5.5.4",
39
+ "eslint-plugin-prettier": "^5.5.6",
39
40
  "get-port": "^7.1.0",
40
41
  "husky": "^9.1.7",
41
42
  "npm-run-all": "^4.1.5",
42
- "prettier": "^3.6.2",
43
- "semantic-release": "^24.2.7",
44
- "typescript": "^5.9.2",
45
- "vite": "^7.1.2",
46
- "vite-plugin-static-copy": "^3.1.1"
43
+ "prettier": "^3.8.4",
44
+ "semantic-release": "^25.0.5",
45
+ "typescript": "^5.9.3",
46
+ "vite": "^8.1.0",
47
+ "vite-plugin-static-copy": "^4.1.1"
47
48
  },
48
49
  "dependencies": {
49
- "fs-extra": "^11.3.1"
50
+ "fs-extra": "^11.3.5"
50
51
  },
51
52
  "repository": {
52
53
  "type": "git",
@@ -1,7 +0,0 @@
1
- "use strict";
2
- const INDEX_HTML = "index.html";
3
- const LH_OUT_DIR = "lighthouse";
4
- const PW_TMP_DIR = "pwlh";
5
- exports.INDEX_HTML = INDEX_HTML;
6
- exports.LH_OUT_DIR = LH_OUT_DIR;
7
- exports.PW_TMP_DIR = PW_TMP_DIR;
@@ -1,8 +0,0 @@
1
- const INDEX_HTML = "index.html";
2
- const LH_OUT_DIR = "lighthouse";
3
- const PW_TMP_DIR = "pwlh";
4
- export {
5
- INDEX_HTML as I,
6
- LH_OUT_DIR as L,
7
- PW_TMP_DIR as P
8
- };
File without changes