Skip to content

Commit b4006ce

Browse files
authored
Merge pull request #6629 from gabalafou/run-p
Add run-p (npm-run-all) to dev dependencies
2 parents e4b91ec + 5c3d032 commit b4006ce

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"jest-raw-loader": "^1.0.1",
5858
"jest-summary-reporter": "^0.0.2",
5959
"lerna": "^6.0.1",
60+
"npm-run-all": "^4.1.5",
6061
"prettier": "^1.19.0",
6162
"rimraf": "^3.0.2",
6263
"typescript": "~4.7.3"

yarn.lock

+40-1
Original file line numberDiff line numberDiff line change
@@ -6286,7 +6286,7 @@ crelt@^1.0.5:
62866286
resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.5.tgz#57c0d52af8c859e354bace1883eb2e1eb182bb94"
62876287
integrity sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==
62886288

6289-
cross-spawn@^6.0.0:
6289+
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
62906290
version "6.0.5"
62916291
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
62926292
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -10114,6 +10114,11 @@ [email protected]:
1011410114
next-tick "^1.1.0"
1011510115
timers-ext "^0.1.7"
1011610116

10117+
memorystream@^0.3.1:
10118+
version "0.3.1"
10119+
resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
10120+
integrity sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==
10121+
1011710122
meow@^8.0.0:
1011810123
version "8.1.2"
1011910124
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
@@ -10708,6 +10713,21 @@ npm-registry-fetch@^13.0.0, npm-registry-fetch@^13.0.1, npm-registry-fetch@^13.3
1070810713
npm-package-arg "^9.0.1"
1070910714
proc-log "^2.0.0"
1071010715

10716+
npm-run-all@^4.1.5:
10717+
version "4.1.5"
10718+
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
10719+
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
10720+
dependencies:
10721+
ansi-styles "^3.2.1"
10722+
chalk "^2.4.1"
10723+
cross-spawn "^6.0.5"
10724+
memorystream "^0.3.1"
10725+
minimatch "^3.0.4"
10726+
pidtree "^0.3.0"
10727+
read-pkg "^3.0.0"
10728+
shell-quote "^1.6.1"
10729+
string.prototype.padend "^3.0.0"
10730+
1071110731
npm-run-path@^2.0.0:
1071210732
version "2.0.2"
1071310733
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -11236,6 +11256,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
1123611256
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
1123711257
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
1123811258

11259+
pidtree@^0.3.0:
11260+
version "0.3.1"
11261+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
11262+
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
11263+
1123911264
pify@^2.3.0:
1124011265
version "2.3.0"
1124111266
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -12317,6 +12342,11 @@ shebang-regex@^3.0.0:
1231712342
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1231812343
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1231912344

12345+
shell-quote@^1.6.1:
12346+
version "1.7.4"
12347+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.4.tgz#33fe15dee71ab2a81fcbd3a52106c5cfb9fb75d8"
12348+
integrity sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==
12349+
1232012350
shellwords@^0.1.1:
1232112351
version "0.1.1"
1232212352
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
@@ -12669,6 +12699,15 @@ string.prototype.matchall@^4.0.7:
1266912699
regexp.prototype.flags "^1.4.3"
1267012700
side-channel "^1.0.4"
1267112701

12702+
string.prototype.padend@^3.0.0:
12703+
version "3.1.4"
12704+
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz#2c43bb3a89eb54b6750de5942c123d6c98dd65b6"
12705+
integrity sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==
12706+
dependencies:
12707+
call-bind "^1.0.2"
12708+
define-properties "^1.1.4"
12709+
es-abstract "^1.20.4"
12710+
1267212711
string.prototype.trimend@^1.0.5:
1267312712
version "1.0.6"
1267412713
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"

0 commit comments

Comments
 (0)