Skip to content

Commit

Permalink
Merge pull request #441 from anchan828/update-packages
Browse files Browse the repository at this point in the history
chore: pin package versions
  • Loading branch information
anchan828 authored Oct 1, 2023
2 parents e8041eb + a87a272 commit 1a61549
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 84 deletions.
98 changes: 49 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@lerna-lite/cli": "^2.5.1",
"@lerna-lite/publish": "^2.5.1",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.0",
"@types/supertest": "^2.0.13",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.14",
"typescript": "^5.2.2"
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@lerna-lite/cli": "2.5.1",
"@lerna-lite/publish": "2.5.1",
"@types/jest": "29.5.5",
"@types/node": "20.8.0",
"@types/supertest": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "1.10.14",
"typescript": "5.2.2"
},
"volta": {
"node": "20.8.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/redlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"redlock": "^5.0.0-beta.2"
},
"devDependencies": {
"@nestjs/common": "^10.2.6",
"@nestjs/core": "^10.2.6",
"@nestjs/platform-express": "^10.2.6",
"@nestjs/testing": "^10.2.6",
"ioredis": "^5.3.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
"@nestjs/platform-express": "10.2.6",
"@nestjs/testing": "10.2.6",
"ioredis": "5.3.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1"
},
"volta": {
"node": "20.8.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/simple-redlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@nestjs/common": "^10.2.6",
"@nestjs/core": "^10.2.6",
"@nestjs/platform-express": "^10.2.6",
"@nestjs/testing": "^10.2.6",
"ioredis": "^5.3.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
"@nestjs/platform-express": "10.2.6",
"@nestjs/testing": "10.2.6",
"ioredis": "5.3.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1"
},
"volta": {
"node": "20.8.0"
Expand Down

0 comments on commit 1a61549

Please sign in to comment.