Skip to content

Commit 26b40e4

Browse files
committed
Downgrade pkg-dir to fix running from command line
1 parent 38f99a1 commit 26b40e4

File tree

2 files changed

+31
-36
lines changed

2 files changed

+31
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"emblem": "^0.12.1",
2727
"esm": "^3.2.25",
2828
"globby": "^11.0.3",
29-
"pkg-dir": "^6.0.0",
29+
"pkg-dir": "^5.0.0",
3030
"yaml": "^1.10.2"
3131
},
3232
"devDependencies": {

yarn.lock

Lines changed: 30 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,13 +1804,13 @@ find-up@^4.0.0, find-up@^4.1.0:
18041804
locate-path "^5.0.0"
18051805
path-exists "^4.0.0"
18061806

1807-
find-up@^6.1.0:
1808-
version "6.3.0"
1809-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
1810-
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
1807+
find-up@^5.0.0:
1808+
version "5.0.0"
1809+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
1810+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
18111811
dependencies:
1812-
locate-path "^7.1.0"
1813-
path-exists "^5.0.0"
1812+
locate-path "^6.0.0"
1813+
path-exists "^4.0.0"
18141814

18151815
flat-cache@^3.0.4:
18161816
version "3.0.4"
@@ -2837,12 +2837,12 @@ locate-path@^5.0.0:
28372837
dependencies:
28382838
p-locate "^4.1.0"
28392839

2840-
locate-path@^7.1.0:
2841-
version "7.1.0"
2842-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.1.0.tgz#241d62af60739f6097c055efe10329c88b798425"
2843-
integrity sha512-HNx5uOnYeK4SxEoid5qnhRfprlJeGMzFRKPLCf/15N3/B4AiofNwC/yq7VBKdVk9dx7m+PiYCJOGg55JYTAqoQ==
2840+
locate-path@^6.0.0:
2841+
version "6.0.0"
2842+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
2843+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
28442844
dependencies:
2845-
p-locate "^6.0.0"
2845+
p-locate "^5.0.0"
28462846

28472847
lodash.merge@^4.6.2:
28482848
version "4.6.2"
@@ -3178,12 +3178,12 @@ p-limit@^2.2.0:
31783178
dependencies:
31793179
p-try "^2.0.0"
31803180

3181-
p-limit@^4.0.0:
3182-
version "4.0.0"
3183-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
3184-
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
3181+
p-limit@^3.0.2:
3182+
version "3.1.0"
3183+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
3184+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
31853185
dependencies:
3186-
yocto-queue "^1.0.0"
3186+
yocto-queue "^0.1.0"
31873187

31883188
p-locate@^4.1.0:
31893189
version "4.1.0"
@@ -3192,12 +3192,12 @@ p-locate@^4.1.0:
31923192
dependencies:
31933193
p-limit "^2.2.0"
31943194

3195-
p-locate@^6.0.0:
3196-
version "6.0.0"
3197-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
3198-
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
3195+
p-locate@^5.0.0:
3196+
version "5.0.0"
3197+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
3198+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
31993199
dependencies:
3200-
p-limit "^4.0.0"
3200+
p-limit "^3.0.2"
32013201

32023202
p-map@^3.0.0:
32033203
version "3.0.0"
@@ -3257,11 +3257,6 @@ path-exists@^4.0.0:
32573257
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
32583258
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
32593259

3260-
path-exists@^5.0.0:
3261-
version "5.0.0"
3262-
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
3263-
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
3264-
32653260
path-is-absolute@^1.0.0:
32663261
version "1.0.1"
32673262
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -3321,12 +3316,12 @@ pkg-dir@^4.2.0:
33213316
dependencies:
33223317
find-up "^4.0.0"
33233318

3324-
pkg-dir@^6.0.0:
3325-
version "6.0.1"
3326-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-6.0.1.tgz#8ec964cecaef98a2bdb9c164733f90a5bcd2352d"
3327-
integrity sha512-C9R+PTCKGA32HG0n5I4JMYkdLL58ZpayVuncQHQrGeKa8o26A4o2x0u6BKekHG+Au0jv5ZW7Xfq1Cj6lm9Ag4w==
3319+
pkg-dir@^5.0.0:
3320+
version "5.0.0"
3321+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
3322+
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
33283323
dependencies:
3329-
find-up "^6.1.0"
3324+
find-up "^5.0.0"
33303325

33313326
prelude-ls@^1.2.1:
33323327
version "1.2.1"
@@ -4137,7 +4132,7 @@ yargs@^17.1.0:
41374132
y18n "^5.0.5"
41384133
yargs-parser "^21.0.0"
41394134

4140-
yocto-queue@^1.0.0:
4141-
version "1.0.0"
4142-
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
4143-
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
4135+
yocto-queue@^0.1.0:
4136+
version "0.1.0"
4137+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
4138+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 commit comments

Comments
 (0)