X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=856dfbfd30107825532de5cf77c8a60935e3e191;hb=HEAD;hp=f77e3268ba2f9237a80fa0651d41628adab86e12;hpb=9f7a831e2f9b0fae4365bf764f2864ac85c74b46;p=benchmarks-js.git diff --git a/package.json b/package.json index f77e326..b3ae72b 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,14 @@ "version": "0.0.1", "description": "JS code pattern benchmarks", "engines": { - "node": ">=18.x", - "pnpm": ">=8.6.0" + "node": ">=18.0.0", + "pnpm": ">=9.0.0" }, - "packageManager": "pnpm@8.15.6", + "packageManager": "pnpm@9.1.4", "type": "module", "volta": { - "node": "20.12.1", - "pnpm": "8.15.6" + "node": "22.2.0", + "pnpm": "9.1.4" }, "repository": { "type": "git", @@ -37,19 +37,20 @@ "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", "benchmark:uuid-generator": "node uuid-generator.mjs", - "format": "biome format . --write; standard . --fix", + "format": "biome format . --write; eslint . --cache --fix", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "test": "echo \"Error: no test specified\" && exit 1" @@ -61,31 +62,31 @@ }, "license": "MIT", "dependencies": { - "benny": "^3.7.1", "deep-clone": "^4.0.0", "deepmerge": "^4.3.1", + "hash-object": "^5.0.1", "just-clone": "^6.2.0", "lodash": "^4.17.21", - "microtime": "^3.1.1", - "mitata": "^0.1.11", + "node-object-hash": "^3.0.0", + "object-hash": "^3.0.0", "rambda": "^9.2.0", + "tatami-ng": "^0.4.13", "uuid": "^9.0.1" }, "devDependencies": { - "@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", + "@biomejs/biome": "^1.7.3", + "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", + "@eslint/js": "^9.4.0", + "eslint": "^9.4.0", "eslint-define-config": "^2.1.0", - "eslint-plugin-import": "^2.29.1", - "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", + "eslint-plugin-jsdoc": "^48.2.7", + "eslint-plugin-n": "^17.7.0", + "eslint-plugin-simple-import-sort": "^12.1.0", + "globals": "^15.3.0", "husky": "^9.0.11", - "lint-staged": "^15.2.2", - "prettier": "^3.2.5", - "standard": "^17.1.0" + "lint-staged": "^15.2.5", + "neostandard": "^0.5.1", + "prettier": "^3.2.5" } }