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

feat: update pnpm workspace and dependencies, migrate to tsdown for builds

This commit is contained in:
2026-02-14 03:49:10 +07:00
parent a9a6c04176
commit efadb5fe28
17 changed files with 2898 additions and 3957 deletions

View File

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