Skip to content

Commit 2fd41c8

Browse files
authored
Merge pull request #106 from Webperf-se/dependabot/npm_and_yarn/eslint-10.0.0
Bump eslint from 9.39.2 to 10.0.0
2 parents 24cfe68 + babbae9 commit 2fd41c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@
3939
]
4040
},
4141
"devDependencies": {
42-
"eslint": "9.39.2",
42+
"eslint": "10.0.0",
43+
"@eslint/js": "10.0.1",
4344
"serve": "14.2.5",
4445
"serve-handler": "6.1.6"
4546
},
4647
"dependencies": {
4748
"jsdom": "28.0.0",
48-
"eslint": "9.39.2",
49+
"eslint": "10.0.0",
4950
"globals": "17.3.0",
5051
"@sitespeed.io/plugin": "1.0.0"
5152
},
@@ -56,4 +57,4 @@
5657
"lint:fix": "eslint . --fix"
5758
},
5859
"main": "./lib/index.js"
59-
}
60+
}

0 commit comments

Comments
 (0)