Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2024
1 parent 74444eb commit 5d506f6
Show file tree
Hide file tree
Showing 7 changed files with 238 additions and 323 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.9",
"lerna": "^8.1.5",
"rimraf": "^5.0.7",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.24",
"@types/node": "^20.16.5",
"lerna": "^8.1.8",
"rimraf": "^5.0.10",
"typescript": "^5.5.4"
},
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"prisma": "^5.16.1",
"rimraf": "^5.0.7",
"prisma": "^5.19.1",
"rimraf": "^5.0.10",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand All @@ -54,6 +54,6 @@
"schema.prisma"
],
"dependencies": {
"@prisma/client": "^5.16.1"
"@prisma/client": "^5.19.1"
}
}
8 changes: 4 additions & 4 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"drizzle-kit": "^0.22.7",
"drizzle-kit": "^0.24.2",
"eslint": "^8.57.0",
"lavalink-api-types": "^2.0.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand All @@ -58,6 +58,6 @@
"dependencies": {
"@sapphire/pieces": "^4.3.1",
"@sapphire/utilities": "^3.17.0",
"drizzle-orm": "^0.31.2"
"drizzle-orm": "^0.33.0"
}
}
4 changes: 2 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.5",
"@types/node": "^20.14.9",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"amqplib": "^0.10.4",
"eslint": "^8.57.0",
"ioredis": "^5.4.1",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"typescript": "^5.5.4"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 5d506f6

Please sign in to comment.