Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

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 Aug 9, 2024
1 parent 56fc6ae commit 6178140
Show file tree
Hide file tree
Showing 10 changed files with 175 additions and 55 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/node-os-utils": "^1.3.4",
"@types/pidusage": "^2.0.5",
"@types/ua-parser-js": "^0.7.39",
"eslint": "8.57.0",
"eslint": "9.9.0",
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-syntax-highlighter": "^15.5.11",
"eslint": "8.57.0",
"eslint": "9.9.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint": "^9.9.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"eslint": "8.57.0",
"eslint": "9.9.0",
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"eslint": "8.57.0",
"eslint": "9.9.0",
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"eslint": "8.57.0",
"eslint": "9.9.0",
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"eslint": "8.57.0",
"eslint": "9.9.0",
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"eslint": "8.57.0",
"eslint": "9.9.0",
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.9.0",
"typescript": "^5.4.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 6178140

Please sign in to comment.