Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent f35279c commit 6d52fc4
Show file tree
Hide file tree
Showing 8 changed files with 284 additions and 122 deletions.
2 changes: 1 addition & 1 deletion apps/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf dist tsconfig.tsbuildinfo"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.7",
"tsconfig-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"eslint-plugin-wc": "2.1.0"
},
"devDependencies": {
"eslint": "8.57.0"
"eslint": "9.11.1"
},
"peerDependencies": {
"eslint": "8.57.0"
"eslint": "9.11.1"
}
}
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ts-jest": "29.1.5"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@web/test-runner-commands": "0.9.0",
"@web/test-runner-playwright": "0.11.0",
"esbuild": "0.21.5",
"eslint": "8.57.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/story-tokens-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "8.57.0",
"eslint": "9.11.1",
"eslint-config-custom": "workspace:*",
"glob": "10.4.2",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit 6d52fc4

Please sign in to comment.