Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent 8b2f6e8 commit 962aafc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions frameworks/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "10.1.3",
"@nestjs/core": "10.1.3",
"@nestjs/platform-express": "10.1.3",
"@nestjs/common": "10.2.0",
"@nestjs/core": "10.2.0",
"@nestjs/platform-express": "10.2.0",
"@prisma/client": "5.2.0-dev.73",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs/cli": "10.1.12",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.1.3",
"@nestjs/testing": "10.2.0",
"@types/express": "4.17.17",
"@types/jest": "28.1.8",
"@types/node": "16.18.41",
Expand Down
46 changes: 23 additions & 23 deletions frameworks/nestjs/pnpm-lock.yaml

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

0 comments on commit 962aafc

Please sign in to comment.