Skip to content

Commit 39cbbd9

Browse files
author
Daniel Del Core
committed
version-lock find-up
1 parent ea7fb5b commit 39cbbd9

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hypermod/cli': patch
3+
---
4+
5+
Locks verison of find-up to one that is pre-ESM migration

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@hypermod/validator": "^0.6.0",
2525
"chalk": "^4.1.0",
2626
"commander": "^8.2.0",
27-
"find-up": "^5.0.0",
27+
"find-up": "5.0.0",
2828
"fs-extra": "^9.1.0",
2929
"inquirer": "^8.2.4",
3030
"jscodeshift": "^0.13.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5401,6 +5401,14 @@ find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
54015401
make-dir "^3.0.2"
54025402
pkg-dir "^4.1.0"
54035403

5404+
find-up@5.0.0, find-up@^5.0.0:
5405+
version "5.0.0"
5406+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
5407+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
5408+
dependencies:
5409+
locate-path "^6.0.0"
5410+
path-exists "^4.0.0"
5411+
54045412
find-up@^3.0.0:
54055413
version "3.0.0"
54065414
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -5416,14 +5424,6 @@ find-up@^4.0.0, find-up@^4.1.0:
54165424
locate-path "^5.0.0"
54175425
path-exists "^4.0.0"
54185426

5419-
find-up@^5.0.0:
5420-
version "5.0.0"
5421-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
5422-
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
5423-
dependencies:
5424-
locate-path "^6.0.0"
5425-
path-exists "^4.0.0"
5426-
54275427
find-up@^6.0.0, find-up@^6.2.0, find-up@^6.3.0:
54285428
version "6.3.0"
54295429
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"

0 commit comments

Comments
 (0)