Skip to content

Commit 73def7f

Browse files
ukstvantongolub
authored andcommitted
fix: specify used but forgotten dependencies
1 parent dcb1de8 commit 73def7f

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
"bash-glob": "^2.0.0",
5656
"blork": "^9.2.2",
5757
"cosmiconfig": "^7.0.0",
58+
"debug": "^4.2.0",
59+
"detect-indent": "^6.0.0",
60+
"detect-newline": "^3.1.0",
61+
"execa": "^4.0.3",
5862
"get-stream": "^6.0.0",
5963
"git-log-parser": "^1.2.0",
6064
"lodash": "^4.17.20",
@@ -64,8 +68,7 @@
6468
"semver": "^7.3.2",
6569
"signale": "^1.4.0",
6670
"stream-buffers": "^3.0.2",
67-
"tempy": "^0.7.0",
68-
"execa": "^4.0.3"
71+
"tempy": "^0.7.0"
6972
},
7073
"devDependencies": {
7174
"@commitlint/config-conventional": "^11.0.0",

yarn.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,6 +2191,13 @@ debug@^3.1.0:
21912191
dependencies:
21922192
ms "^2.1.1"
21932193

2194+
debug@^4.2.0:
2195+
version "4.2.0"
2196+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
2197+
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
2198+
dependencies:
2199+
ms "2.1.2"
2200+
21942201
debuglog@^1.0.1:
21952202
version "1.0.1"
21962203
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -2299,6 +2306,11 @@ deprecation@^2.0.0, deprecation@^2.3.1:
22992306
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
23002307
integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
23012308

2309+
detect-indent@^6.0.0:
2310+
version "6.0.0"
2311+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
2312+
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
2313+
23022314
detect-indent@~5.0.0:
23032315
version "5.0.0"
23042316
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
@@ -2309,7 +2321,7 @@ detect-newline@^2.1.0:
23092321
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
23102322
integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
23112323

2312-
detect-newline@^3.0.0:
2324+
detect-newline@^3.0.0, detect-newline@^3.1.0:
23132325
version "3.1.0"
23142326
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
23152327
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
@@ -5142,7 +5154,7 @@ [email protected]:
51425154
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
51435155
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
51445156

5145-
ms@^2.0.0, ms@^2.1.1:
5157+
ms@2.1.2, ms@^2.0.0, ms@^2.1.1:
51465158
version "2.1.2"
51475159
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
51485160
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

0 commit comments

Comments
 (0)