Skip to content

Commit

Permalink
Update nest monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 9cf83c5 commit 693258f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions reference-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^6.3.0",
"@nestjs/terminus": "^9.2.2",
"@nestjs/terminus": "^10.0.0",
"csv-reader": "^1.0.11",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.13",
"@types/jest": "29.5.8",
"@types/node": "18.18.9",
Expand Down

0 comments on commit 693258f

Please sign in to comment.