chore(deps): refresh workspace dependencies

This commit is contained in:
Andrey Avtomonov 2026-05-13 00:33:12 +02:00
parent 80f298d652
commit 301b061937
16 changed files with 1260 additions and 1151 deletions

View file

@ -22,7 +22,7 @@ test('runSetupDev runs phased setup without global linking', async () => {
['pnpm', ['install', '--frozen-lockfile']],
['pnpm', ['run', 'native:rebuild']],
['pnpm', ['run', 'build']],
[process.execPath, ['packages/cli/dist/bin.js', 'dev', 'doctor', 'setup', '--no-input']],
[process.execPath, ['packages/cli/dist/bin.js', 'status', '--no-input']],
],
);
assert.equal(calls.some((call) => call.args.includes('link')), false);