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] committed Sep 16, 2024
1 parent 74444eb commit 716c713
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^20.14.9",
"lerna": "^8.1.5",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"prisma": "^5.16.1",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"drizzle-kit": "^0.22.7",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lavalink-api-types": "^2.0.2",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"amqplib": "^0.10.4",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"ioredis": "^5.4.1",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
Loading

0 comments on commit 716c713

Please sign in to comment.