Skip to content

Commit

Permalink
feat: upgrade @nestjs/common to v10.3.7 and adjust peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperloris committed May 13, 2024
1 parent 99c7453 commit b3c5afe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 88 deletions.
105 changes: 20 additions & 85 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@nestjs/common": "^9.0.11",
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"@nestjs/testing": "^10.3.7",
"@release-it/conventional-changelog": "^5.1.0",
Expand Down Expand Up @@ -87,8 +87,8 @@
"typescript": "~4.7.4"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^ 10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 ^ 10.0.0",
"@tiermobility/tile38-ts": "^1.0.6",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.0.0"
Expand Down

0 comments on commit b3c5afe

Please sign in to comment.