We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24cfe68 + babbae9 commit 2fd41c8Copy full SHA for 2fd41c8
1 file changed
package.json
@@ -39,13 +39,14 @@
39
]
40
},
41
"devDependencies": {
42
- "eslint": "9.39.2",
+ "eslint": "10.0.0",
43
+ "@eslint/js": "10.0.1",
44
"serve": "14.2.5",
45
"serve-handler": "6.1.6"
46
47
"dependencies": {
48
"jsdom": "28.0.0",
49
50
"globals": "17.3.0",
51
"@sitespeed.io/plugin": "1.0.0"
52
@@ -56,4 +57,4 @@
56
57
"lint:fix": "eslint . --fix"
58
59
"main": "./lib/index.js"
-}
60
+}
0 commit comments