X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ffdc143a34323ab309765c49ed4cd6c3b01bb038;hb=0c01f51c5673eefd485edfab3f8cea93a56f400e;hp=0788660131d27051d55c6ef14156b94c9b71a2ad;hpb=fea1d2c5593cb6dac844914cec5c85d0b4e19aa4;p=benchmarks-js.git diff --git a/package.json b/package.json index 0788660..ffdc143 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "version": "0.0.1", "description": "JS code pattern benchmarks", "engines": { - "node": ">=16.x", + "node": ">=18.x", "pnpm": ">=8.6.0" }, "type": "module", "volta": { "node": "20.11.1", - "pnpm": "8.15.2" + "pnpm": "8.15.4" }, "repository": { "type": "git", @@ -71,15 +71,16 @@ }, "devDependencies": { "@biomejs/biome": "^1.5.3", - "@commitlint/cli": "^18.6.1", - "@commitlint/config-conventional": "^18.6.2", - "eslint": "^8.56.0", + "@commitlint/cli": "^19.0.3", + "@commitlint/config-conventional": "^19.0.3", + "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.1.0", + "eslint-plugin-jsdoc": "^48.2.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-simple-import-sort": "^12.0.0", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "^3.2.5",