X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=cd25393c3699bc47a99fcf8e76a3c3067f44a056;hb=773881ea2c1b9aa8cd9698cc3ccc1978609ad98f;hp=7b4591aa18cd8d192879edfd389416b0185910de;hpb=73036251ff0e7ac2daa0b0031c77a3a429ba0e2d;p=poolifier.git diff --git a/package.json b/package.json index 7b4591aa..cd25393c 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.3", + "@types/node": "^20.12.4", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "benchmark": "^2.1.4", @@ -123,7 +123,7 @@ "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.2", + "eslint-plugin-jsdoc": "^48.2.3", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-simple-import-sort": "^12.0.0", @@ -145,6 +145,6 @@ "rollup-plugin-dts": "^6.1.0", "sinon": "^17.0.1", "typedoc": "^0.25.12", - "typescript": "~5.4.3" + "typescript": "~5.4.4" } }