Skip to content

Commit

Permalink
dev(e2e): Fix nestjs version constraint (#13964)
Browse files Browse the repository at this point in the history
See #13744 for more information
  • Loading branch information
billyvg authored Oct 14, 2024
1 parent e1d7a9d commit eb40643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nestjs/core": "^10.3.10",
"@nestjs/graphql": "^12.2.0",
"@nestjs/platform-express": "^10.3.10",
"@sentry/nestjs": "^8.21.0",
"@sentry/nestjs": "latest || *",
"graphql": "^16.9.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
Expand Down

0 comments on commit eb40643

Please sign in to comment.