X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=77525acbe330ac6758d85ac00f58b39fef0e823b;hb=0b00d9c0ae63b7e962b4f553b98d14fb423b1f04;hp=d8b4aad884f3a8d4cdf58822ef4c2001698d0342;hpb=26792d4d3d5f5666dd72e7778e3baa8d370d9b03;p=benchmarks-js.git diff --git a/package.json b/package.json index d8b4aad..77525ac 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,11 @@ "node": ">=18.x", "pnpm": ">=8.6.0" }, + "packageManager": "pnpm@8.15.7", "type": "module", "volta": { - "node": "20.12.0", - "pnpm": "8.15.5" + "node": "20.12.2", + "pnpm": "8.15.7" }, "repository": { "type": "git", @@ -32,7 +33,6 @@ } }, "scripts": { - "preinstall": "npx --yes only-allow pnpm", "prepare": "node prepare.mjs", "benchmark:busy-wait": "node busy-wait.mjs", "benchmark:deep-clone-object": "node deep-clone-object.mjs", @@ -67,22 +67,22 @@ "just-clone": "^6.2.0", "lodash": "^4.17.21", "microtime": "^3.1.1", - "mitata": "^0.1.11", - "rambda": "^9.1.1", + "rambda": "^9.2.0", + "tatami-ng": "^0.3.3", "uuid": "^9.0.1" }, "devDependencies": { - "@biomejs/biome": "^1.6.3", - "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.1.0", + "@biomejs/biome": "^1.6.4", + "@commitlint/cli": "^19.2.2", + "@commitlint/config-conventional": "^19.2.2", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-define-config": "^2.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.2", - "eslint-plugin-n": "^16.6.2", + "eslint-plugin-jsdoc": "^48.2.3", + "eslint-plugin-n": "^17.2.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-simple-import-sort": "^12.0.0", + "eslint-plugin-simple-import-sort": "^12.1.0", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "^3.2.5",