X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=b5b9197571608d45a24c9941a1bcb74a5c365cb3;hb=6d68eca6cacd45731917462ff4ad75205b7fcf6d;hp=d89e87e9ba278f6baec3822bd5680f8fc0f47058;hpb=3f02694436c3741a0151f41f1e30e886873aabf8;p=benchmarks-js.git diff --git a/package.json b/package.json index d89e87e..b5b9197 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.0.1", "type": "module", "volta": { "node": "20.12.2", - "pnpm": "8.15.7" + "pnpm": "9.0.1" }, "repository": { "type": "git", @@ -66,21 +66,20 @@ "deepmerge": "^4.3.1", "just-clone": "^6.2.0", "lodash": "^4.17.21", - "microtime": "^3.1.1", "rambda": "^9.2.0", - "tatami-ng": "^0.3.2", + "tatami-ng": "^0.4.1", "uuid": "^9.0.1" }, "devDependencies": { - "@biomejs/biome": "^1.6.4", - "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.1.0", + "@biomejs/biome": "^1.7.0", + "@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.3", - "eslint-plugin-n": "^17.2.0", + "eslint-plugin-n": "^17.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-simple-import-sort": "^12.1.0", "husky": "^9.0.11",