Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent fe3fb86 commit d74edba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@lerna-lite/cli": "3.1.0",
"@lerna-lite/publish": "3.1.0",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@lerna-lite/cli": "3.2.0",
"@lerna-lite/publish": "3.2.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@types/node": "20.10.7",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.2",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"turbo": "1.11.2",
"turbo": "1.11.3",
"typescript": "5.3.3"
},
"volta": {
Expand Down
8 changes: 4 additions & 4 deletions packages/redlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"redlock": "^5.0.0-beta.2"
},
"devDependencies": {
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "10.2.10",
"@nestjs/testing": "10.2.10",
"@nestjs/common": "10.3.0",
"@nestjs/core": "10.3.0",
"@nestjs/platform-express": "10.3.0",
"@nestjs/testing": "10.3.0",
"ioredis": "5.3.2",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/simple-redlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "10.2.10",
"@nestjs/testing": "10.2.10",
"@nestjs/common": "10.3.0",
"@nestjs/core": "10.3.0",
"@nestjs/platform-express": "10.3.0",
"@nestjs/testing": "10.3.0",
"ioredis": "5.3.2",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1"
Expand Down

0 comments on commit d74edba

Please sign in to comment.