Skip to content

Commit

Permalink
chore: change nestjs dependency from peer to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Mar 27, 2024
1 parent 5222c6c commit 4dcf309
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 2 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0"
},
"devDependencies": {
"@nestjs/platform-express": "^10.3.5",
"@nestjs/testing": "^10.3.5",
Expand All @@ -57,7 +54,8 @@
"isomorphic-fetch": "^3.0.0",
"next": "^13.4.5",
"nuxt": "^3.7.4",
"supertest": "^6.3.3"
"supertest": "^6.3.3",
"@nestjs/common": "^10.0.0"
},
"exports": {
"./package.json": "./package.json",
Expand Down
12 changes: 9 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 4dcf309

Please sign in to comment.