Skip to content

Commit e51b3be

Browse files
chore(deps): update eslint dependencies
1 parent 74444eb commit e51b3be

File tree

7 files changed

+103
-100
lines changed

7 files changed

+103
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^20.14.9",
2323
"lerna": "^8.1.5",
2424
"rimraf": "^5.0.7",
25-
"typescript": "^5.5.4"
25+
"typescript": "^5.7.2"
2626
},
2727
"workspaces": [
2828
"packages/*"

packages/constants/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@types/node": "^20.14.9",
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
3333
"@typescript-eslint/parser": "^6.21.0",
34-
"eslint": "^8.57.0",
34+
"eslint": "^8.57.1",
3535
"rimraf": "^5.0.7",
36-
"typescript": "^5.5.4"
36+
"typescript": "^5.7.2"
3737
},
3838
"eslintConfig": {
3939
"parserOptions": {

packages/decorators/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@types/node": "^20.14.9",
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
3333
"@typescript-eslint/parser": "^6.21.0",
34-
"eslint": "^8.57.0",
34+
"eslint": "^8.57.1",
3535
"rimraf": "^5.0.7",
36-
"typescript": "^5.5.4"
36+
"typescript": "^5.7.2"
3737
},
3838
"eslintConfig": {
3939
"parserOptions": {

packages/prisma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"@types/node": "^20.14.9",
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
3333
"@typescript-eslint/parser": "^6.21.0",
34-
"eslint": "^8.57.0",
34+
"eslint": "^8.57.1",
3535
"prisma": "^5.16.1",
3636
"rimraf": "^5.0.7",
37-
"typescript": "^5.5.4"
37+
"typescript": "^5.7.2"
3838
},
3939
"eslintConfig": {
4040
"parserOptions": {

packages/schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
3333
"@typescript-eslint/parser": "^6.21.0",
3434
"drizzle-kit": "^0.22.7",
35-
"eslint": "^8.57.0",
35+
"eslint": "^8.57.1",
3636
"lavalink-api-types": "^2.0.2",
3737
"rimraf": "^5.0.7",
38-
"typescript": "^5.5.4"
38+
"typescript": "^5.7.2"
3939
},
4040
"eslintConfig": {
4141
"parserOptions": {

packages/utilities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"@typescript-eslint/eslint-plugin": "^6.21.0",
3434
"@typescript-eslint/parser": "^6.21.0",
3535
"amqplib": "^0.10.4",
36-
"eslint": "^8.57.0",
36+
"eslint": "^8.57.1",
3737
"ioredis": "^5.4.1",
3838
"rimraf": "^5.0.7",
39-
"typescript": "^5.5.4"
39+
"typescript": "^5.7.2"
4040
},
4141
"eslintConfig": {
4242
"parserOptions": {

0 commit comments

Comments
 (0)