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 Dec 18, 2023
1 parent 2b2af17 commit 16f2593
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 103 deletions.
10 changes: 5 additions & 5 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": "^10.3.0",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-express": "^10.3.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@nestjs/cli": "^8.2.8",
"@nestjs/schematics": "^8.0.11",
"@nestjs/testing": "^8.4.7",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.3.0",
"@types/express": "^4.17.15",
"@types/jest": "28.1.8",
"@types/node": "^16.18.11",
Expand Down
Loading

0 comments on commit 16f2593

Please sign in to comment.