Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 8b7d7cc commit 8a6fb22
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 100 deletions.
6 changes: 3 additions & 3 deletions examples/nestjs-vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"vite-tsconfig-paths": "^5.1.3"
},
"dependencies": {
"@nestjs/common": "^10.4.12",
"@nestjs/core": "^10.4.12",
"@nestjs/platform-express": "^10.4.12",
"@nestjs/common": "^11.0.1",
"@nestjs/core": "^11.0.1",
"@nestjs/platform-express": "^11.0.1",
"@nestjs/serve-static": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"vite": "^5.4.11"
},
"dependencies": {
"@nestjs/common": "^10.4.12",
"@nestjs/core": "^10.4.12",
"@nestjs/platform-express": "^10.4.12",
"@nestjs/common": "^11.0.1",
"@nestjs/core": "^11.0.1",
"@nestjs/platform-express": "^11.0.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
}
Expand Down
Loading

0 comments on commit 8a6fb22

Please sign in to comment.