Skip to content

Commit

Permalink
try to move some packages as dev
Browse files Browse the repository at this point in the history
  • Loading branch information
duysolo committed Aug 5, 2022
1 parent 0b5e8e0 commit 2695d08
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 20 deletions.
48 changes: 34 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
},
"dependencies": {
"@mercury-labs/hashing": "^1.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/cqrs": "^9.0.0",
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/swagger": "^6.0.0",
"bcrypt": "~5.0.1",
"class-transformer": "~0.5.1",
"class-validator": "~0.13.2",
Expand All @@ -60,6 +54,12 @@
"devDependencies": {
"@fastify/cookie": "^6.0.0",
"@nestjs/cli": "^9.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/cqrs": "^9.0.0",
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/swagger": "^6.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-fastify": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
Expand Down

0 comments on commit 2695d08

Please sign in to comment.