Skip to content

Commit

Permalink
⬆️ upgrade eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 983b70e commit 14f3d5a
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 281 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"eslint": "^8.29.0",
"eslint": "^9.0.0",
"eslint-config-antoine": "workspace:^",
"prettier": "^3.0.0",
"turbo": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/antoine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"antoine-tsconfig": "workspace:*",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"eslint": "^8.15.0",
"eslint": "^9.0.0",
"eslint-config-antoine": "workspace:*",
"react": "^18.1.0",
"tsup": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-antoine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/eslint": "^8.44.0",
"antoine-tsconfig": "workspace:*",
"eslint": "^8.15.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
Expand Down
Loading

0 comments on commit 14f3d5a

Please sign in to comment.