Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 2, 2024
1 parent 071af3d commit 9a60c1d
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 238 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hazmi35/eslint-config": "^11.0.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.24",
"@types/node": "^20.12.13",
"@types/node": "^20.13.0",
"lerna": "^8.1.3",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.12.13",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.12.13",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.12.13",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.12.13",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"drizzle-kit": "^0.21.4",
"drizzle-kit": "^0.22.1",
"eslint": "^8.57.0",
"lavalink-api-types": "^2.0.2",
"rimraf": "^5.0.7",
Expand All @@ -58,6 +58,6 @@
"dependencies": {
"@sapphire/pieces": "^4.2.2",
"@sapphire/utilities": "^3.16.2",
"drizzle-orm": "^0.30.10"
"drizzle-orm": "^0.31.0"
}
}
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.5",
"@types/node": "^20.12.13",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"amqplib": "^0.10.4",
Expand Down
Loading

0 comments on commit 9a60c1d

Please sign in to comment.