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

chore(repo): update pnpm and node versions in cli tool

This commit is contained in:
2024-05-30 04:17:57 +07:00
parent c007a54522
commit 34c72146e2

4
cli.ts
View File

@@ -3,8 +3,8 @@ import { defineCommand, runMain } from 'citty';
import { resolve } from 'pathe';
import { splitByCase } from 'scule';
const PACKAGE_MANAGER = 'pnpm@9.1.0';
const NODE_VERSION = '>=20.12.2';
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 PATHE_VERSION = '^1.1.2'