X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=07d5342965ac211e16c6ffd0d4fa6b42340ee0d6;hb=bb1ebc67eab51a4a52ec7e240eef5f0002739205;hp=7545e1518f6993e71910382f4a5d51c268b62fe9;hpb=67d12754a2b860b66683181cb7469faa6bafb903;p=benchmarks-js.git diff --git a/package.json b/package.json index 7545e15..07d5342 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.11.1", + "pnpm": "8.15.3" }, "repository": { "type": "git", @@ -69,19 +70,19 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@biomejs/biome": "^1.3.3", - "@commitlint/cli": "^18.4.3", - "@commitlint/config-conventional": "^18.4.3", - "eslint": "^8.54.0", + "@biomejs/biome": "^1.5.3", + "@commitlint/cli": "^18.6.1", + "@commitlint/config-conventional": "^18.6.2", + "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": "^48.1.0", + "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", - "husky": "^8.0.3", - "lint-staged": "^15.1.0", - "prettier": "^3.1.0", + "husky": "^9.0.11", + "lint-staged": "^15.2.2", + "prettier": "^3.2.5", "standard": "^17.1.0" } }