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

feat(monorepo): migrate vue packages and apply oxlint refactors

This commit is contained in:
2026-03-07 18:07:22 +07:00
parent abd6605db3
commit 41d5e18f6b
286 changed files with 10295 additions and 5028 deletions

View File

@@ -15,13 +15,13 @@
"type": "git",
"url": "git+https://github.com/robonen/tools.git"
},
"packageManager": "pnpm@10.29.3",
"packageManager": "pnpm@10.30.3",
"engines": {
"node": ">=24.13.1"
},
"type": "module",
"devDependencies": {
"@types/node": "^24.10.13",
"@types/node": "^25.3.5",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"citty": "^0.2.1",
@@ -32,7 +32,8 @@
},
"scripts": {
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"lint:check": "pnpm -r lint:check",
"lint:fix": "pnpm -r lint:fix",
"test": "vitest run",
"test:ui": "vitest --ui",
"create": "jiti ./bin/cli.ts",