-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04cd2c2
commit 52dd13a
Showing
5 changed files
with
105 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"every-ts": major | ||
--- | ||
|
||
Update execa, require Node 18.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"@zkochan/cmd-shim": "^6.0.0", | ||
"adm-zip": "^0.5.16", | ||
"clipanion": "4.0.0-rc.4", | ||
"execa": "^8.0.1", | ||
"execa": "^9.4.1", | ||
"semver": "^7.6.3" | ||
}, | ||
"devDependencies": { | ||
|
@@ -41,7 +41,7 @@ | |
"prepack": "rimraf dist && npm run build" | ||
}, | ||
"engines": { | ||
"node": ">= 18" | ||
"node": ">= 18.19" | ||
}, | ||
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" | ||
} |
Oops, something went wrong.