Skip to content

Commit

Permalink
Fix Nest dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
hanriel committed Oct 1, 2023
1 parent 9d861fe commit 964e9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
Expand All @@ -43,7 +44,6 @@
"typeorm": "^0.3.17"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.17",
Expand Down

0 comments on commit 964e9fb

Please sign in to comment.