Skip to content

Commit fd83d7a

Browse files
Update eslint monorepo to v10
1 parent b1193cd commit fd83d7a

File tree

4 files changed

+177
-204
lines changed

4 files changed

+177
-204
lines changed

apps/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@vitest/coverage-v8": "^4.0.8",
7373
"concurrently": "^9.2.1",
7474
"esbuild": "0.27.2",
75-
"eslint": "9.39.2",
75+
"eslint": "10.0.2",
7676
"glob": "catalog:",
7777
"happy-dom": "^20.0.10",
7878
"msw": "^2.12.0",

config/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"dependencies": {
22-
"@eslint/js": "9.39.2",
22+
"@eslint/js": "10.0.1",
2323
"eslint-config-prettier": "^10.1.8",
2424
"eslint-config-turbo": "^2.6.0",
2525
"eslint-plugin-import-x": "4.16.1",
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@next/eslint-plugin-next": "^16.0.1",
3434
"@react-router-gospel-stack/tsconfig": "workspace:*",
35-
"eslint": "9.39.2",
35+
"eslint": "10.0.2",
3636
"typescript": "^5.9.3"
3737
}
3838
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@vitejs/plugin-react": "^5.1.0",
5252
"autoprefixer": "^10.4.21",
5353
"concurrently": "^9.2.1",
54-
"eslint": "9.39.2",
54+
"eslint": "10.0.2",
5555
"eslint-plugin-storybook": "catalog:storybook",
5656
"postcss": "^8.5.6",
5757
"react": "catalog:react19",

0 commit comments

Comments
 (0)