We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8aec6 commit c4fb432Copy full SHA for c4fb432
packages/common/package.json
@@ -18,14 +18,14 @@
18
},
19
"license": "MIT",
20
"dependencies": {
21
+ "file-type": "20.4.1",
22
"iterare": "1.2.1",
23
"tslib": "2.8.1",
24
"uid": "2.0.2"
25
26
"peerDependencies": {
27
"class-transformer": "*",
28
"class-validator": "*",
- "file-type": "^20.4.1",
29
"reflect-metadata": "^0.1.12 || ^0.2.0",
30
"rxjs": "^7.1.0"
31
@@ -35,9 +35,6 @@
35
36
"class-transformer": {
37
"optional": true
38
- },
39
- "file-type": {
40
- "optional": true
41
}
42
43
0 commit comments