mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
Vhs (#37)
* chore(repo): update deps in cli * refactor(packages/tsconfig): change target to ESNext * chore(deps): update all deps * feat(apps/vhs): add vhs app * chore(deps): sync with master
This commit is contained in:
8
cli.ts
8
cli.ts
@@ -3,10 +3,10 @@ import { defineCommand, runMain } from 'citty';
|
||||
import { resolve } from 'pathe';
|
||||
import { splitByCase } from 'scule';
|
||||
|
||||
const PACKAGE_MANAGER = 'pnpm@9.1.3';
|
||||
const NODE_VERSION = '>=20.13.1';
|
||||
const VITE_VERSION = '^5.2.11';
|
||||
const VITE_DTS_VERSION = '^3.9.1';
|
||||
const PACKAGE_MANAGER = 'pnpm@9.11.0';
|
||||
const NODE_VERSION = '>=20.17.0';
|
||||
const VITE_VERSION = '^5.4.8';
|
||||
const VITE_DTS_VERSION = '^4.2.2';
|
||||
const PATHE_VERSION = '^1.1.2'
|
||||
const DEFAULT_DIR = 'packages';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user