X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=b3991804f249512919ab3e1bfd136a4318f04a8b;hb=5c3f3b95a1eee86af8c4fad058946d5a3275743a;hp=e64955bf88b8c696bb2bad4dbd8eadc116f7c9c8;hpb=8974fdb55eb739ca901d4dfbbbd53b70ea60623b;p=benchmarks-js.git diff --git a/package.json b/package.json index e64955b..b399180 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "description": "JS code pattern benchmarks", "engines": { "node": ">=14.x", - "pnpm": ">=8.0.0" + "pnpm": ">=8.6.0" }, "volta": { - "node": "20.1.0", - "pnpm": "8.4.0" + "node": "20.3.0", + "pnpm": "8.6.3" }, "repository": { "type": "git", @@ -54,17 +54,17 @@ "uuid": "^9.0.0" }, "devDependencies": { - "eslint": "^8.40.0", - "eslint-config-standard": "^17.0.0", - "eslint-define-config": "^1.20.0", + "eslint": "^8.43.0", + "eslint-config-standard": "^17.1.0", + "eslint-define-config": "^1.21.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^44.0.1", - "eslint-plugin-n": "^15.7.0", + "eslint-plugin-jsdoc": "^46.2.6", + "eslint-plugin-n": "^16.0.0", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", "lint-staged": "^13.2.2", "prettier": "^2.8.8", - "standard": "^17.0.0", - "typescript": "^5.0.4" + "standard": "^17.1.0", + "typescript": "^5.1.3" } }