Skip to content

Commit 9c17f8d

Browse files
authored
fix(load): added a direct dependency on typescript (#2785)
in order to satisfy the peer requirement from `@endemolshinegroup/cosmiconfig-typescript-loader`. this could be removed if EndemolShineGroup/cosmiconfig-typescript-loader#147 is satisfied upstream fixes #2779
1 parent d59e71e commit 9c17f8d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

@commitlint/load/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"chalk": "^4.0.0",
4949
"cosmiconfig": "^7.0.0",
5050
"lodash": "^4.17.19",
51-
"resolve-from": "^5.0.0"
51+
"resolve-from": "^5.0.0",
52+
"typescript": "^4.4.3"
5253
},
5354
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
5455
}

yarn.lock

+12-2
Original file line numberDiff line numberDiff line change
@@ -7331,11 +7331,21 @@ lodash.truncate@^4.4.2:
73317331
resolved "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
73327332
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
73337333

7334-
[email protected], [email protected], lodash@^3.3.1, lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.5.1, lodash@^4.7.0:
7334+
7335+
version "4.17.15"
7336+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
7337+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
7338+
7339+
[email protected], lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.5.1, lodash@^4.7.0:
73357340
version "4.17.21"
73367341
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
73377342
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
73387343

7344+
lodash@^3.3.1:
7345+
version "3.10.1"
7346+
resolved "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
7347+
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=
7348+
73397349
log-symbols@^4.1.0:
73407350
version "4.1.0"
73417351
resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
@@ -10411,7 +10421,7 @@ typedarray@^0.0.6:
1041110421
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1041210422
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1041310423

10414-
10424+
[email protected], typescript@^4.4.3:
1041510425
version "4.4.3"
1041610426
resolved "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
1041710427
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==

0 commit comments

Comments
 (0)