Skip to content

Commit 8268d0c

Browse files
committed
chore(nestjs-tools-fastify-upload): move deps to peerDependencies
1 parent 2309f50 commit 8268d0c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

packages/fastify-upload/package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
"access": "public"
1616
},
1717
"dependencies": {
18-
"tslib": "^2.3.0",
19-
"@nestjs/common": "^10.0.2",
20-
"rxjs": "^7.8.0",
21-
"fastify": "4.27.0",
22-
"@fastify/busboy": "2.1.1",
23-
"@fastify/multipart": "^8.0.0"
18+
"tslib": "^2.3.0"
19+
},
20+
"peerDependencies": {
21+
"@nestjs/common": "10",
22+
"fastify": "4",
23+
"@fastify/busboy": "2",
24+
"@fastify/multipart": "8",
25+
"rxjs": "7"
2426
},
2527
"type": "commonjs",
2628
"main": "./src/index.js",

0 commit comments

Comments
 (0)