nestjs-sentry
nestjs-sentry copied to clipboard
Allow optionalDependencies for nestjs/graphql to 10.x.x
Replace
"optionalDependencies": {
"@nestjs/graphql": "^8.0.2 || ^9.0.4"
}
by
"optionalDependencies": {
"@nestjs/graphql": "^8.0.2 || ^9.0.4 || ^10.0.11"
}
to allow user of nestjs/graphql to upgrade to 10.0.11 without having a duplicate depency on nestjs/graphql 9.1.2 (which is the latest version compatible with the current range)
optionalDependencies already update to allow @nestjs/graphql
https://github.com/ntegral/nestjs-sentry/blob/f80c538bb827450bcd5bfb07e22b1d35ee8a12d9/package.json#LL70-L72C4
Please, update @nestjs/graphql to >= 11.0.0, there are conflicts with other packages