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

chore(repo): updated the pnpm version to 9.1.0 and the Vite version to 5.2.11 in the CLI file.

This commit is contained in:
2024-05-08 05:30:32 +07:00
parent a6d40a4482
commit 2b5d81420a

6
cli.ts
View File

@@ -3,10 +3,10 @@ import { defineCommand, runMain } from 'citty';
import { resolve } from 'pathe';
import { splitByCase } from 'scule';
const PACKAGE_MANAGER = 'pnpm@9.0.6';
const PACKAGE_MANAGER = 'pnpm@9.1.0';
const NODE_VERSION = '>=20.12.2';
const VITE_VERSION = '^5.2.8';
const VITE_DTS_VERSION = '^3.8.1';
const VITE_VERSION = '^5.2.11';
const VITE_DTS_VERSION = '^3.9.1';
const PATHE_VERSION = '^1.1.2'
const DEFAULT_DIR = 'packages';