X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=74cf3278d5d2fcbc30db52180d67695f2d9578db;hb=bf2f087f3d30a4d8437a38b77cd0ae6f6f7da830;hp=2d6361e642892f995736e21e674d5cb38dbedf94;hpb=232cd9755bb8d76153fbc6c3cbc2842802255fd2;p=benchmarks-js.git diff --git a/package.json b/package.json index 2d6361e..74cf327 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "node": ">=18.0.0", "pnpm": ">=9.0.0" }, - "packageManager": "pnpm@9.0.3", + "packageManager": "pnpm@9.0.4", "type": "module", "volta": { "node": "20.12.2", - "pnpm": "9.0.3" + "pnpm": "9.0.4" }, "repository": { "type": "git", @@ -37,14 +37,15 @@ "benchmark:busy-wait": "node busy-wait.mjs", "benchmark:deep-clone-object": "node deep-clone-object.mjs", "benchmark:deep-merge-object": "node deep-merge-object.mjs", - "benchmark:json-stringify": "node json-stringify.mjs", "benchmark:empty-array": "node empty-array.mjs", "benchmark:shallow-clone-object": "node shallow-clone-object.mjs", "benchmark:is-empty-object": "node is-empty-object.mjs", "benchmark:is-undefined": "node is-undefined.mjs", + "benchmark:json-stringify": "node json-stringify.mjs", "benchmark:quick-select": "node quick-select.mjs", "benchmark:max": "node max.mjs", "benchmark:min": "node min.mjs", + "benchmark:object-hash": "node object-hash.mjs", "benchmark:promise-handling": "node promise-handling.mjs", "benchmark:fibonacci": "node fibonacci.mjs", "benchmark:random": "node random.mjs", @@ -63,10 +64,13 @@ "dependencies": { "deep-clone": "^4.0.0", "deepmerge": "^4.3.1", + "hash-object": "^5.0.1", "just-clone": "^6.2.0", "lodash": "^4.17.21", + "node-object-hash": "^3.0.0", + "object-hash": "^3.0.0", "rambda": "^9.2.0", - "tatami-ng": "^0.4.1", + "tatami-ng": "^0.4.4", "uuid": "^9.0.1" }, "devDependencies": {