Skip to content

Commit

Permalink
Update nest peer deps to v11, closes #197
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrerojosh committed Jan 28, 2025
1 parent 3bb0e86 commit 4fe2a84
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 213 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"./*": "./dist/*"
},
"peerDependencies": {
"@nestjs/common": ">=6.0.0 <11.0.0",
"@nestjs/core": ">=6.0.0 <11.0.0",
"@nestjs/common": ">=6.0.0 <12.0.0",
"@nestjs/core": ">=6.0.0 <12.0.0",
"@nestjs/graphql": ">=6",
"keycloak-connect": ">=10.0.0"
},
"devDependencies": {
"@nestjs/common": "^10.4.5",
"@nestjs/core": "^10.4.5",
"@nestjs/graphql": "^12.1.1",
"@nestjs/common": "^11.0.6",
"@nestjs/core": "^11.0.6",
"@nestjs/graphql": "^13.0.2",
"@types/express": "^4.17.21",
"@types/node": "^18.19.23",
"class-transformer": "0.5.1",
Expand All @@ -61,7 +61,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"graphql": "^16.8.1",
"graphql": "^16.10.0",
"husky": "^9.0.11",
"keycloak-connect": "24.0.1",
"lint-staged": "^15.2.2",
Expand Down
Loading

0 comments on commit 4fe2a84

Please sign in to comment.