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 { resolve } from 'pathe';
import { splitByCase } from 'scule'; 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 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,18 +15,18 @@
"type": "git", "type": "git",
"url": "git+https://github.com/robonen/tools.git" "url": "git+https://github.com/robonen/tools.git"
}, },
"packageManager": "pnpm@9.0.1", "packageManager": "pnpm@9.0.4",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@types/node": "^20.12.6", "@types/node": "^20.12.7",
"citty": "^0.1.6", "citty": "^0.1.6",
"jiti": "^1.21.0", "jiti": "^1.21.0",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"scule": "^1.3.0", "scule": "^1.3.0",
"vitepress": "^1.1.0" "vitepress": "^1.1.3"
}, },
"scripts": { "scripts": {
"create": "jiti ./cli.ts", "create": "jiti ./cli.ts",
@@ -34,4 +34,4 @@
"docs:build": "vitepress build .", "docs:build": "vitepress build .",
"docs:preview": "vitepress preview ." "docs:preview": "vitepress preview ."
} }
} }

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@9.0.1", "packageManager": "pnpm@9.0.4",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },
@@ -47,8 +47,8 @@
"@robonen/tsconfig": "workspace:*", "@robonen/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.5.0", "@vitest/coverage-v8": "^1.5.0",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"vite": "^5.2.8", "vite": "^5.2.9",
"vite-plugin-dts": "^3.8.1", "vite-plugin-dts": "^3.8.3",
"vitest": "^1.5.0" "vitest": "^1.5.0"
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "@robonen/tsconfig", "name": "@robonen/tsconfig",
"private": true, "private": true,
"version": "1.0.0", "version": "0.0.1",
"license": "UNLICENSED", "license": "UNLICENSED",
"description": "Base typescript configuration for projects", "description": "Base typescript configuration for projects",
"keywords": [ "keywords": [
@@ -16,7 +16,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/tsconfig" "directory": "packages/tsconfig"
}, },
"packageManager": "pnpm@8.15.6", "packageManager": "pnpm@9.0.4",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },

2797
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff