Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2023
1 parent c078f12 commit f6826e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-angular": "17.6.5",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/common": "10.0.0",
"@nestjs/core": "10.0.0",
"@types/node": "18.16.18",
"@types/jest": "29.5.2",
"@typescript-eslint/eslint-plugin": "5.59.11",
Expand All @@ -43,8 +43,8 @@
"typescript": "5.1.3"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0",
"reflect-metadata": "0.1.13",
"rxjs": "^7.2.0"
},
Expand Down

0 comments on commit f6826e0

Please sign in to comment.