X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2772dced5dd10a3b4c66901ecea6465f2e7a3ab3;hb=c51e5c3d0b75c5c3e6cedf04889c902c55031a7f;hp=77b0a41d0ce2e8bf5415c9342cf5eeb821d05918;hpb=f5354275750b21c30d5321041c568f2b5c2c7786;p=poolifier.git diff --git a/package.json b/package.json index 77b0a41d..2772dced 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.28", + "version": "3.1.29", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", @@ -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.4", "@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,13 +138,13 @@ "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", "rollup-plugin-dts": "^6.1.0", "sinon": "^17.0.1", "typedoc": "^0.25.12", - "typescript": "~5.4.3" + "typescript": "~5.4.4" } }