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

Merge branch 'master' into stdlib-types

This commit is contained in:
2024-05-30 02:44:37 +07:00
6 changed files with 689 additions and 652 deletions

View File

@@ -18,9 +18,9 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "packages/stdlib"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"engines": {
"node": ">=20.12.2"
"node": ">=20.13.1"
},
"type": "module",
"files": [
@@ -43,9 +43,9 @@
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.5.3",
"@vitest/coverage-v8": "^1.6.0",
"pathe": "^1.1.2",
"vitest": "^1.5.3",
"vitest": "^1.6.0",
"unbuild": "^2.0.0"
}
}