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

chore(repo): update packageManager version to pnpm@9.0.1

This commit is contained in:
2024-04-18 10:26:53 +07:00
parent 943e913e76
commit 55440a83ba
3 changed files with 4 additions and 4 deletions

2
cli.ts
View File

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

View File

@@ -15,7 +15,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/robonen/tools.git" "url": "git+https://github.com/robonen/tools.git"
}, },
"packageManager": "pnpm@8.15.6", "packageManager": "pnpm@9.0.1",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },

View File

@@ -18,7 +18,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/stdlib" "directory": "packages/stdlib"
}, },
"packageManager": "pnpm@8.15.6", "packageManager": "pnpm@9.0.1",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },
@@ -40,7 +40,7 @@
"test": "vitest", "test": "vitest",
"test:coverage": "vitest run --coverage", "test:coverage": "vitest run --coverage",
"test:bench": "vitest bench", "test:bench": "vitest bench",
"dev": "vite", "dev": "vite build --watch",
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {