Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70fbbde

Browse files
authoredFeb 6, 2025··
fix(deps): update nest monorepo to v11 (#1193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0eb15cb commit 70fbbde

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎sample/01-auth/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
},
1212
"dependencies": {
1313
"@nestjs-cognito/auth": "^1.0.2",
14-
"@nestjs/common": "10.4.15",
15-
"@nestjs/core": "10.4.15",
16-
"@nestjs/platform-express": "10.4.15",
14+
"@nestjs/common": "11.0.8",
15+
"@nestjs/core": "11.0.8",
16+
"@nestjs/platform-express": "11.0.8",
1717
"reflect-metadata": "0.2.2",
1818
"rimraf": "6.0.1",
1919
"rxjs": "7.8.1"
2020
},
2121
"devDependencies": {
22-
"@nestjs/cli": "10.4.9",
23-
"@nestjs/schematics": "10.2.3",
22+
"@nestjs/cli": "11.0.2",
23+
"@nestjs/schematics": "11.0.0",
2424
"@types/express": "5.0.0",
2525
"@types/node": "22.13.1",
2626
"@typescript-eslint/eslint-plugin": "8.23.0",

‎sample/02-auth-graphql/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"@nestjs-cognito/auth": "^1.0.2",
1414
"@nestjs-cognito/graphql": "^2.0.0",
1515
"@nestjs/apollo": "12.2.2",
16-
"@nestjs/common": "10.4.15",
17-
"@nestjs/core": "10.4.15",
16+
"@nestjs/common": "11.0.8",
17+
"@nestjs/core": "11.0.8",
1818
"@nestjs/graphql": "12.2.2",
19-
"@nestjs/platform-express": "10.4.15",
19+
"@nestjs/platform-express": "11.0.8",
2020
"@apollo/server": "4.11.3",
2121
"graphql": "16.10.0",
2222
"reflect-metadata": "0.2.2",
2323
"rimraf": "6.0.1",
2424
"rxjs": "7.8.1"
2525
},
2626
"devDependencies": {
27-
"@nestjs/cli": "10.4.9",
28-
"@nestjs/schematics": "10.2.3",
27+
"@nestjs/cli": "11.0.2",
28+
"@nestjs/schematics": "11.0.0",
2929
"@types/express": "5.0.0",
3030
"@types/node": "22.13.1",
3131
"@typescript-eslint/eslint-plugin": "8.23.0",

0 commit comments

Comments
 (0)
Please sign in to comment.