Skip to content

Commit 89963bc

Browse files
Update nest monorepo to v11
1 parent 3fb3132 commit 89963bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"postversion": "git push && git push --tags"
4545
},
4646
"peerDependencies": {
47-
"@nestjs/common": "^8.0.0 || ^9.0.0",
48-
"@nestjs/core": "^8.0.0 || ^9.0.0",
47+
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^11.0.0",
48+
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^11.0.0",
4949
"@nestjs/graphql": "^8.0.0 || ^9.0.0 || ^10.0.0",
5050
"graphql": "^15.0.0 || ^16.0.0",
5151
"reflect-metadata": "^0.1.12"
@@ -58,13 +58,13 @@
5858
"devDependencies": {
5959
"@golevelup/ts-jest": "0.4.0",
6060
"@nestjs/apollo": "10.2.1",
61-
"@nestjs/cli": "10.2.1",
62-
"@nestjs/common": "9.4.3",
63-
"@nestjs/core": "9.4.3",
61+
"@nestjs/cli": "11.0.10",
62+
"@nestjs/common": "11.1.6",
63+
"@nestjs/core": "11.1.6",
6464
"@nestjs/graphql": "10.2.1",
65-
"@nestjs/platform-express": "9.4.3",
66-
"@nestjs/schematics": "9.2.0",
67-
"@nestjs/testing": "9.4.3",
65+
"@nestjs/platform-express": "11.1.6",
66+
"@nestjs/schematics": "11.0.9",
67+
"@nestjs/testing": "11.1.6",
6868
"@tsconfig/node14": "14.1.0",
6969
"@types/express": "4.17.21",
7070
"@types/jest": "29.5.11",

0 commit comments

Comments
 (0)