X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=4703924b05c539a18fca22823a1a1fde3a2c5c62;hb=394676d15b59b7013b9d95889e47a4a49860b057;hp=6bbf58268741a1ca327de6fad52594733ca4628e;hpb=a2568a264d9037bf2a1a3f0c146d73d8c5e81c07;p=poolifier.git diff --git a/package.json b/package.json index 6bbf5826..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,21 +104,21 @@ } }, "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", "@release-it/keep-a-changelog": "^5.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.2", + "@types/node": "^20.12.3", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "benchmark": "^2.1.4", "c8": "^9.1.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-config-love": "^43.1.0", + "eslint-config-love": "^44.0.0", "eslint-config-standard": "^17.1.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", @@ -138,7 +138,7 @@ "mochawesome": "^7.1.3", "prettier": "^3.2.5", "release-it": "^17.1.1", - "rollup": "^4.13.2", + "rollup": "^4.14.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",