X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2772dced5dd10a3b4c66901ecea6465f2e7a3ab3;hb=c51e5c3d0b75c5c3e6cedf04889c902c55031a7f;hp=5c48beb0f7ab97cc5faa7cfb27064f1d33a645a6;hpb=41978c69677f87b40068ed68a726d609339875c1;p=poolifier.git diff --git a/package.json b/package.json index 5c48beb0..2772dced 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,14 +104,14 @@ } }, "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", @@ -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" } }