Skip to content

Commit f9355a3

Browse files
authored
Update eslint 9.11.1 → 9.15.0 (minor) (#15123)
1 parent 4bdc724 commit f9355a3

File tree

3 files changed

+156
-284
lines changed

3 files changed

+156
-284
lines changed

playgrounds/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "catalog:",
2121
"@types/react": "^18.3.12",
2222
"@types/react-dom": "^18.3.1",
23-
"eslint": "^9.11.1",
23+
"eslint": "^9.15.0",
2424
"eslint-config-next": "^15.0.3",
2525
"typescript": "^5.5.4"
2626
}

playgrounds/v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react": "^18.3.12",
2020
"@types/react-dom": "^18.3.1",
2121
"autoprefixer": "^10.4.20",
22-
"eslint": "^9.11.1",
22+
"eslint": "^9.15.0",
2323
"eslint-config-next": "^15.0.3",
2424
"typescript": "^5.5.4"
2525
}

0 commit comments

Comments
 (0)