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 19, 2025
1 parent 29f4f1e commit ec6ec06
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@commitlint/config-angular": "19.7.0",
"@golevelup/ts-jest": "0.6.1",
"@nestjs/config": "4.0.0",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/testing": "10.4.15",
"@nestjs/core": "11.0.1",
"@nestjs/platform-express": "11.0.1",
"@nestjs/testing": "11.0.1",
"@types/graphql": "14.5.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@nestjs-cognito/testing": "^1.1.6",
"@nestjs/jwt": "^11.0.0",
"@nestjs/testing": "10.4.15"
"@nestjs/testing": "11.0.1"
},
"dependencies": {
"@nestjs-cognito/core": "^1.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"devDependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.699.0",
"@nestjs/common": "10.4.15",
"@nestjs/testing": "10.4.15",
"@nestjs/common": "11.0.1",
"@nestjs/testing": "11.0.1",
"@types/jest": "29.5.14",
"aws-jwt-verify": "^4.0.0"
},
"peerDependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.699.0",
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"aws-jwt-verify": "^3.4.0 || ^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nestjs/apollo": "12.2.1",
"@nestjs/graphql": "12.2.1",
"@nestjs/jwt": "11.0.0",
"@nestjs/testing": "10.4.15"
"@nestjs/testing": "11.0.1"
},
"dependencies": {
"@nestjs-cognito/auth": "^1.2.1"
Expand Down
8 changes: 4 additions & 4 deletions sample/01-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"dependencies": {
"@nestjs-cognito/auth": "^1.0.2",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/common": "11.0.1",
"@nestjs/core": "11.0.1",
"@nestjs/platform-express": "11.0.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
"@typescript-eslint/eslint-plugin": "8.20.0",
Expand Down
8 changes: 4 additions & 4 deletions sample/02-auth-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@nestjs-cognito/auth": "^1.0.2",
"@nestjs-cognito/graphql": "^2.0.0",
"@nestjs/apollo": "12.2.1",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/common": "11.0.1",
"@nestjs/core": "11.0.1",
"@nestjs/graphql": "12.2.1",
"@nestjs/platform-express": "10.4.15",
"@nestjs/platform-express": "11.0.1",
"@apollo/server": "4.11.2",
"graphql": "16.9.0",
"reflect-metadata": "0.2.2",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/schematics": "11.0.0",
"@types/express": "5.0.0",
"@types/node": "22.10.7",
"@typescript-eslint/eslint-plugin": "8.20.0",
Expand Down

0 comments on commit ec6ec06

Please sign in to comment.