mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
chore(packages/stdlib): update pnpm
This commit is contained in:
@@ -2,9 +2,8 @@ import { defineBuildConfig } from 'unbuild';
|
|||||||
|
|
||||||
export default defineBuildConfig({
|
export default defineBuildConfig({
|
||||||
rollup: {
|
rollup: {
|
||||||
emitCJS: true,
|
|
||||||
esbuild: {
|
esbuild: {
|
||||||
minify: true,
|
// minify: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user