Skip to content

Commit

Permalink
chore(nestjs-tools-fastify-upload): move deps to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Jun 13, 2024
1 parent 2309f50 commit 8268d0c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/fastify-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
"access": "public"
},
"dependencies": {
"tslib": "^2.3.0",
"@nestjs/common": "^10.0.2",
"rxjs": "^7.8.0",
"fastify": "4.27.0",
"@fastify/busboy": "2.1.1",
"@fastify/multipart": "^8.0.0"
"tslib": "^2.3.0"
},
"peerDependencies": {
"@nestjs/common": "10",
"fastify": "4",
"@fastify/busboy": "2",
"@fastify/multipart": "8",
"rxjs": "7"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down

0 comments on commit 8268d0c

Please sign in to comment.