Skip to content

Commit

Permalink
fix(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 94c46b8 commit ae5021e
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 215 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"prepare": "husky install"
},
"dependencies": {
"@nestjs/common": "^8.4.4",
"@nestjs/core": "^8.4.4",
"@nestjs/platform-express": "^8.4.4",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@nestjs/cli": "^8.2.5",
"@nestjs/schematics": "^8.0.10",
"@nestjs/testing": "^8.4.4",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@sindresorhus/tsconfig": "^2.0.0",
"@types/eslint": "^8.4.1",
"@types/eslint-plugin-prettier": "^3.1.0",
Expand Down
Loading

0 comments on commit ae5021e

Please sign in to comment.