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

chore(packages/stdlib): update pnpm

This commit is contained in:
2024-05-30 02:48:50 +07:00
parent 925af11be4
commit ba68e293b9
2 changed files with 4 additions and 5 deletions

View File

@@ -2,9 +2,8 @@ import { defineBuildConfig } from 'unbuild';
export default defineBuildConfig({ export default defineBuildConfig({
rollup: { rollup: {
emitCJS: true,
esbuild: { esbuild: {
minify: true, // minify: true,
}, },
}, },
}); });

View File

@@ -18,7 +18,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/stdlib" "directory": "packages/stdlib"
}, },
"packageManager": "pnpm@9.1.2", "packageManager": "pnpm@9.1.3",
"engines": { "engines": {
"node": ">=20.13.1" "node": ">=20.13.1"
}, },
@@ -45,7 +45,7 @@
"@robonen/tsconfig": "workspace:*", "@robonen/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.6.0", "@vitest/coverage-v8": "^1.6.0",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"vitest": "^1.6.0", "unbuild": "^2.0.0",
"unbuild": "^2.0.0" "vitest": "^1.6.0"
} }
} }