Skip to content

Commit 54187d0

Browse files
committed
build(deps-dev): add npm-run-all
1 parent ae6b9c1 commit 54187d0

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
141141
"devDependencies": {
142142
"jest-in-case": "^1.0.2",
143+
"npm-run-all": "^4.1.5",
143144
"slash": "^3.0.0"
144145
}
145146
}

yarn.lock

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6230,6 +6230,11 @@ memory-fs@^0.5.0:
62306230
errno "^0.1.3"
62316231
readable-stream "^2.0.1"
62326232

6233+
memorystream@^0.3.1:
6234+
version "0.3.1"
6235+
resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
6236+
integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI=
6237+
62336238
[email protected], meow@^5.0.0:
62346239
version "5.0.0"
62356240
resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4"
@@ -6540,6 +6545,21 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
65406545
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
65416546
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
65426547

6548+
npm-run-all@^4.1.5:
6549+
version "4.1.5"
6550+
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
6551+
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
6552+
dependencies:
6553+
ansi-styles "^3.2.1"
6554+
chalk "^2.4.1"
6555+
cross-spawn "^6.0.5"
6556+
memorystream "^0.3.1"
6557+
minimatch "^3.0.4"
6558+
pidtree "^0.3.0"
6559+
read-pkg "^3.0.0"
6560+
shell-quote "^1.6.1"
6561+
string.prototype.padend "^3.0.0"
6562+
65436563
npm-run-path@^2.0.0:
65446564
version "2.0.2"
65456565
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -6945,6 +6965,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1, picomatch@^2.2.2:
69456965
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
69466966
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
69476967

6968+
pidtree@^0.3.0:
6969+
version "0.3.1"
6970+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
6971+
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
6972+
69486973
pify@^2.0.0:
69496974
version "2.3.0"
69506975
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -7898,6 +7923,11 @@ shebang-regex@^3.0.0:
78987923
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
78997924
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
79007925

7926+
shell-quote@^1.6.1:
7927+
version "1.7.2"
7928+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
7929+
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
7930+
79017931
shellwords@^0.1.1:
79027932
version "0.1.1"
79037933
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
@@ -8239,6 +8269,14 @@ string.prototype.matchall@^4.0.2:
82398269
regexp.prototype.flags "^1.3.0"
82408270
side-channel "^1.0.2"
82418271

8272+
string.prototype.padend@^3.0.0:
8273+
version "3.1.0"
8274+
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz#dc08f57a8010dc5c153550318f67e13adbb72ac3"
8275+
integrity sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA==
8276+
dependencies:
8277+
define-properties "^1.1.3"
8278+
es-abstract "^1.17.0-next.1"
8279+
82428280
string.prototype.trimend@^1.0.1:
82438281
version "1.0.1"
82448282
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"

0 commit comments

Comments
 (0)