X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=fcdbe6a945ee2d780b08cf8651b00bf7853a6232;hb=9451064c109b2a20813c96c03752f8be378559d7;hp=7545e1518f6993e71910382f4a5d51c268b62fe9;hpb=78d02a9eb08533de60c4a80d0e520c2f29bcea98;p=benchmarks-js.git diff --git a/package.json b/package.json index 7545e15..fcdbe6a 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,10 @@ "node": ">=16.x", "pnpm": ">=8.6.0" }, + "type": "module", "volta": { - "node": "20.9.0", - "pnpm": "8.10.5" + "node": "20.10.0", + "pnpm": "8.13.1" }, "repository": { "type": "git", @@ -69,19 +70,19 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@biomejs/biome": "^1.3.3", + "@biomejs/biome": "^1.4.1", "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", - "eslint": "^8.54.0", + "eslint": "^8.56.0", "eslint-config-standard": "^17.1.0", - "eslint-define-config": "^2.0.0", - "eslint-plugin-import": "^2.29.0", - "eslint-plugin-jsdoc": "^46.9.0", - "eslint-plugin-n": "^16.3.1", + "eslint-define-config": "^2.1.0", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jsdoc": "^46.9.1", + "eslint-plugin-n": "^16.5.0", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.3", - "lint-staged": "^15.1.0", - "prettier": "^3.1.0", + "lint-staged": "^15.2.0", + "prettier": "^3.1.1", "standard": "^17.1.0" } }