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

chore(repo): update pnpm version to 9.0.6 and Node version to >=20.12.2

This commit is contained in:
2024-04-27 06:31:11 +07:00
parent 4b960a3ad3
commit 5105c2374c
2 changed files with 8 additions and 2 deletions

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.0.4';
const NODE_VERSION = '>=18.0.0';
const PACKAGE_MANAGER = 'pnpm@9.0.6';
const NODE_VERSION = '>=20.12.2';
const VITE_VERSION = '^5.2.8';
const VITE_DTS_VERSION = '^3.8.1';
const PATHE_VERSION = '^1.1.2'

6
pnpm-lock.yaml generated
View File

@@ -53,6 +53,12 @@ importers:
packages/tsconfig: {}
packages/ui:
devDependencies:
'@robonen/tsconfig':
specifier: workspace:*
version: link:../tsconfig
packages:
'@algolia/autocomplete-core@1.9.3':