Skip to content

Commit b8438d3

Browse files
Update nest monorepo to v10
1 parent 2dd61f7 commit b8438d3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 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 || ^10.0.0",
48+
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.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"
@@ -59,12 +59,12 @@
5959
"@golevelup/ts-jest": "0.4.0",
6060
"@nestjs/apollo": "10.2.1",
6161
"@nestjs/cli": "10.1.10",
62-
"@nestjs/common": "9.4.3",
63-
"@nestjs/core": "9.4.3",
62+
"@nestjs/common": "10.1.2",
63+
"@nestjs/core": "10.1.2",
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": "10.1.2",
66+
"@nestjs/schematics": "10.0.1",
67+
"@nestjs/testing": "10.1.2",
6868
"@tsconfig/node14": "14.1.0",
6969
"@types/express": "4.17.17",
7070
"@types/jest": "29.5.3",

0 commit comments

Comments
 (0)