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] authored Nov 14, 2023
1 parent 8ec2258 commit c4b8281
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 152 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"devDependencies": {
"@hazmi35/eslint-config": "^11.0.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.87",
"@types/node": "^18.17.18",
"lerna": "^7.3.0",
"rimraf": "^5.0.1",
"@swc/core": "^1.3.96",
"@types/node": "^18.18.9",
"lerna": "^7.4.2",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"turbo": "^1.10.14"
"turbo": "^1.10.16"
}
}
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": "^18.17.18",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"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": "^18.17.18",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"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": "^18.17.18",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"prisma": "^5.3.1",
"rimraf": "^5.0.1",
"prisma": "^5.5.2",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"eslintConfig": {
Expand All @@ -54,6 +54,6 @@
"schema.prisma"
],
"dependencies": {
"@prisma/client": "^5.3.1"
"@prisma/client": "^5.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/node": "^18.17.18",
"@types/amqplib": "^0.10.4",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"amqplib": "^0.10.3",
"eslint": "^8.53.0",
"ioredis": "^5.3.2",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit c4b8281

Please sign in to comment.