Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#210)
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] committed Feb 23, 2024
1 parent e536e17 commit 29257dd
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 132 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.104",
"@types/node": "^20.11.5",
"lerna": "^8.0.2",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.2",
"@types/node": "^20.11.20",
"lerna": "^8.1.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"turbo": "^1.11.3"
"turbo": "^1.12.4"
}
}
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.11.5",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.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.11.5",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/prisma/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.11.5",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"prisma": "^5.8.1",
"prisma": "^5.10.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
Expand All @@ -54,6 +54,6 @@
"schema.prisma"
],
"dependencies": {
"@prisma/client": "^5.8.1"
"@prisma/client": "^5.10.2"
}
}
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.4",
"@types/node": "^20.11.5",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"amqplib": "^0.10.3",
Expand Down
Loading

0 comments on commit 29257dd

Please sign in to comment.