Skip to content

Commit

Permalink
chore(deps): update eslint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 941341c commit abd5bf9
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 115 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"rimraf": "^5.0.5",
"@hazmi35/eslint-config": "^13.3.1",
"turbo": "^1.12.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "^20.11.17",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"dependencies": {
"@discordjs/collection": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"dependencies": {
"undici": "^6.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"dependencies": {
"@kirishima/fetch": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"dependencies": {
"@kirishima/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "^20.11.17",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"dependencies": {
"@sapphire/async-queue": "^1.5.3",
Expand Down
Loading

0 comments on commit abd5bf9

Please sign in to comment.