Skip to content

Commit

Permalink
Update nest monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2022
1 parent 3e8b509 commit 68ac4f0
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 531 deletions.
12 changes: 6 additions & 6 deletions bff/services/aggregation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^8.4.7",
"@nestjs/core": "^8.4.7",
"@nestjs/platform-express": "^8.4.7",
"@nestjs/common": "^9.0.4",
"@nestjs/core": "^9.0.4",
"@nestjs/platform-express": "^9.0.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@nestjs/cli": "^8.2.8",
"@nestjs/schematics": "^8.0.11",
"@nestjs/testing": "^8.4.7",
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.1",
"@nestjs/testing": "^9.0.4",
"@types/express": "^4.17.13",
"@types/jest": "28.1.4",
"@types/node": "^16.11.43",
Expand Down
Loading

0 comments on commit 68ac4f0

Please sign in to comment.