mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 12:44:14 +00:00
Update deps
This commit is contained in:
parent
eed58e3496
commit
363bb1be96
126 changed files with 5743 additions and 2737 deletions
4
node_modules/zx/build/globals.d.ts
generated
vendored
4
node_modules/zx/build/globals.d.ts
generated
vendored
|
@ -13,6 +13,7 @@ declare global {
|
|||
var cd: typeof _.cd;
|
||||
var chalk: typeof _.chalk;
|
||||
var echo: typeof _.echo;
|
||||
var expBackoff: typeof _.expBackoff;
|
||||
var fs: typeof _.fs;
|
||||
var glob: typeof _.glob;
|
||||
var globby: typeof _.globby;
|
||||
|
@ -23,7 +24,10 @@ declare global {
|
|||
var quiet: typeof _.quiet;
|
||||
var quote: typeof _.quote;
|
||||
var quotePowerShell: typeof _.quotePowerShell;
|
||||
var retry: typeof _.retry;
|
||||
var sleep: typeof _.sleep;
|
||||
var spinner: typeof _.spinner;
|
||||
var ssh: typeof _.ssh;
|
||||
var stdin: typeof _.stdin;
|
||||
var which: typeof _.which;
|
||||
var within: typeof _.within;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue