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

chore(deps): update all deps and other packages stuff

This commit is contained in:
2024-10-14 06:17:54 +07:00
parent 6a89239a75
commit 4e798acfdd
9 changed files with 29 additions and 17 deletions

View File

@@ -11,7 +11,7 @@
"url": "git+https://github.com/robonen/tools.git",
"directory": "./packages/platform"
},
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@9.12.2",
"engines": {
"node": ">=20.18.0"
},
@@ -29,8 +29,13 @@
"types": "./dist/index.d.ts"
}
},
"scripts": {},
"scripts": {
"test": "vitest run",
"dev": "vitest dev",
"build": "unbuild"
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*"
"@robonen/tsconfig": "workspace:*",
"unbuild": "catalog:"
}
}