Skip to content

Commit 443efc7

Browse files
Update nest monorepo to v11
1 parent 0f194e1 commit 443efc7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"postman": "newman run './charts/nestjs-starter/postman/Nest.JS-Starter.postman_collection.json' -e './charts/nestjs-starter/postman/Nest.JS-Starter.postman_environment.json'"
2626
},
2727
"dependencies": {
28-
"@nestjs/common": "^10.0.0",
28+
"@nestjs/common": "^11.0.0",
2929
"@nestjs/config": "^4.0.0",
30-
"@nestjs/core": "^10.0.0",
31-
"@nestjs/platform-express": "^10.0.0",
30+
"@nestjs/core": "^11.0.0",
31+
"@nestjs/platform-express": "^11.0.0",
3232
"@nestjs/swagger": "^8.0.0",
3333
"@nestjs/terminus": "^10.0.1",
3434
"helmet": "^8.0.0",
@@ -39,9 +39,9 @@
3939
},
4040
"devDependencies": {
4141
"@compodoc/compodoc": "^1.1.21",
42-
"@nestjs/cli": "^10.0.0",
43-
"@nestjs/schematics": "^10.0.0",
44-
"@nestjs/testing": "^10.0.0",
42+
"@nestjs/cli": "^11.0.0",
43+
"@nestjs/schematics": "^11.0.0",
44+
"@nestjs/testing": "^11.0.0",
4545
"@types/express": "^5.0.0",
4646
"@types/jest": "29.5.14",
4747
"@types/node": "22.10.10",

0 commit comments

Comments
 (0)