Skip to content

Commit

Permalink
Move nest dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicohrubec committed Jul 5, 2024
1 parent a029b35 commit c5c16c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
},
"dependencies": {
"@sentry/core": "8.15.0",
"@sentry/node": "8.15.0",
"@sentry/node": "8.15.0"
},
"devDependencies": {
"@nestjs/common": "10.3.10",
"@nestjs/core": "10.3.10",
"@nestjs/schedule": "4.1.0"
Expand Down

0 comments on commit c5c16c4

Please sign in to comment.