X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=4703924b05c539a18fca22823a1a1fde3a2c5c62;hb=394676d15b59b7013b9d95889e47a4a49860b057;hp=7b4591aa18cd8d192879edfd389416b0185910de;hpb=73036251ff0e7ac2daa0b0031c77a3a429ba0e2d;p=poolifier.git diff --git a/package.json b/package.json index 7b4591aa..4703924b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ } }, "scripts": { - "preinstall": "npx --yes only-allow pnpm", "prepare": "node prepare.mjs", "build": "rollup --config --environment BUILD:development", "build:prod": "rollup --config", @@ -45,9 +44,10 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.12.0", + "node": "20.12.1", "pnpm": "8.15.6" }, + "packageManager": "pnpm@8.15.6", "repository": { "type": "git", "url": "https://github.com/poolifier/poolifier.git" @@ -104,7 +104,7 @@ } }, "devDependencies": { - "@biomejs/biome": "^1.6.3", + "@biomejs/biome": "^1.6.4", "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", "@release-it/bumper": "^6.0.1",