Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#221)
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 May 30, 2024
1 parent 166e990 commit 382668b
Show file tree
Hide file tree
Showing 7 changed files with 186 additions and 179 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.5",
"@types/node": "^20.12.11",
"lerna": "^8.1.2",
"rimraf": "^5.0.5",
"@swc/core": "^1.5.24",
"@types/node": "^20.12.13",
"lerna": "^8.1.3",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"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.12.11",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"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.12.11",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"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.12.11",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"prisma": "^5.13.0",
"rimraf": "^5.0.5",
"prisma": "^5.14.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"eslintConfig": {
Expand All @@ -54,6 +54,6 @@
"schema.prisma"
],
"dependencies": {
"@prisma/client": "^5.13.0"
"@prisma/client": "^5.14.0"
}
}
6 changes: 3 additions & 3 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.12.11",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"drizzle-kit": "^0.21.0",
"drizzle-kit": "^0.21.4",
"eslint": "^8.57.0",
"lavalink-api-types": "^2.0.2",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"eslintConfig": {
Expand Down
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.12.11",
"@types/node": "^20.12.13",
"@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.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 382668b

Please sign in to comment.