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

Merge pull request #96 from robonen/chore/deps

chore: update deps
This commit is contained in:
2025-09-06 15:36:02 +03:00
committed by GitHub
8 changed files with 1338 additions and 1264 deletions

View File

@@ -15,7 +15,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "packages/tsconfig"
},
"packageManager": "pnpm@10.15.0",
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=22.18.0"
},

View File

@@ -18,7 +18,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "packages/platform"
},
"packageManager": "pnpm@10.15.0",
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=22.18.0"
},

View File

@@ -18,7 +18,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "packages/stdlib"
},
"packageManager": "pnpm@10.15.0",
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=22.18.0"
},

View File

@@ -16,7 +16,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "packages/renovate"
},
"packageManager": "pnpm@10.15.0",
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=22.18.0"
},
@@ -27,6 +27,6 @@
"test": "renovate-config-validator ./default.json"
},
"devDependencies": {
"renovate": "^41.82.3"
"renovate": "^41.97.7"
}
}

View File

@@ -15,20 +15,20 @@
"type": "git",
"url": "git+https://github.com/robonen/tools.git"
},
"packageManager": "pnpm@10.15.0",
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=22.18.0"
},
"type": "module",
"devDependencies": {
"@types/node": "^22.17.2",
"@types/node": "^22.18.1",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"citty": "^0.1.6",
"jiti": "^2.5.1",
"scule": "^1.3.0",
"jsdom": "catalog:",
"vitest": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:"
"scule": "^1.3.0",
"vitest": "catalog:"
},
"scripts": {
"build": "pnpm -r build",

2572
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,4 +12,4 @@ catalog:
unbuild: 3.6.1
vitest: ^3.2.4
'@vitest/ui': ^3.2.4
vue: ^3.5.19
vue: ^3.5.21

View File

@@ -16,7 +16,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "./packages/vue"
},
"packageManager": "pnpm@10.15.0",
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=22.18.0"
},
@@ -37,13 +37,13 @@
"build": "unbuild"
},
"devDependencies": {
"@robonen/platform": "workspace:*",
"@robonen/stdlib": "workspace:*",
"@robonen/tsconfig": "workspace:*",
"@vue/test-utils": "catalog:",
"unbuild": "catalog:"
},
"dependencies": {
"@robonen/platform": "workspace:*",
"@robonen/stdlib": "workspace:*",
"vue": "catalog:"
}
}