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 23, 2023
1 parent ed476ba commit c0d919e
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 162 deletions.
12 changes: 6 additions & 6 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.62",
"@swc/core": "^1.3.87",
"@types/node": "^18.17.18",
"lerna": "^7.3.0",
"rimraf": "^5.0.1",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.99",
"@types/node": "^18.18.13",
"lerna": "^7.4.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.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.13",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.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.13",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.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.13",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"prisma": "^5.3.1",
"rimraf": "^5.0.1",
"prisma": "^5.6.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
},
"eslintConfig": {
Expand All @@ -54,6 +54,6 @@
"schema.prisma"
],
"dependencies": {
"@prisma/client": "^5.3.1"
"@prisma/client": "^5.6.0"
}
}
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.13",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"amqplib": "^0.10.3",
"eslint": "^8.54.0",
"ioredis": "^5.3.2",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit c0d919e

Please sign in to comment.