1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

chore(repo): update deps

This commit is contained in:
2024-04-19 01:10:07 +07:00
parent 90328bf8d0
commit 26a99b7d67
5 changed files with 1535 additions and 1284 deletions

2
cli.ts
View File

@@ -3,7 +3,7 @@ import { defineCommand, runMain } from 'citty';
import { resolve } from 'pathe';
import { splitByCase } from 'scule';
const PACKAGE_MANAGER = 'pnpm@9.0.1';
const PACKAGE_MANAGER = 'pnpm@9.0.4';
const NODE_VERSION = '>=18.0.0';
const VITE_VERSION = '^5.2.8';
const VITE_DTS_VERSION = '^3.8.1';