X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e31babb468f92252c1e97c94d1bf99cb2a4009eb;hb=176dac3229467b4ed7f927ee8f2433efb5acc531;hp=0c50a7ac92d1c9b82687c82af83e983c1f152c68;hpb=26981534326d931e71d9d91027f85e52b51aa621;p=benchmarks-js.git diff --git a/package.json b/package.json index 0c50a7a..e31babb 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,10 @@ "node": ">=18.x", "pnpm": ">=8.6.0" }, + "packageManager": "pnpm@8.15.6", "type": "module", "volta": { - "node": "20.12.0", + "node": "20.12.1", "pnpm": "8.15.6" }, "repository": { @@ -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,20 +67,20 @@ "just-clone": "^6.2.0", "lodash": "^4.17.21", "microtime": "^3.1.1", - "mitata": "^0.1.11", "rambda": "^9.2.0", + "tatami-ng": "^0.2.3", "uuid": "^9.0.1" }, "devDependencies": { - "@biomejs/biome": "^1.6.3", + "@biomejs/biome": "^1.6.4", "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", "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", "husky": "^9.0.11",