X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=591e6324c0bd799dcb8710da88c630df7164d497;hb=646b382ec347adce892e6391369365a2a1f74c04;hp=ebd2ae34444bcd05e57e46f880bc69f8c44eb8ac;hpb=70e424e86e5cd197bdd53bdcd6e45b96db957662;p=benchmarks-js.git diff --git a/package.json b/package.json index ebd2ae3..591e632 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "node": ">=18.0.0", "pnpm": ">=9.0.0" }, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.3.0", "type": "module", "volta": { - "node": "22.2.0", - "pnpm": "9.2.0" + "node": "22.3.0", + "pnpm": "9.3.0" }, "repository": { "type": "git", @@ -74,19 +74,19 @@ "uuid": "^10.0.0" }, "devDependencies": { - "@biomejs/biome": "^1.8.0", + "@biomejs/biome": "^1.8.1", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@eslint/js": "^9.4.0", - "eslint": "^9.4.0", + "eslint": "^9.5.0", "eslint-define-config": "^2.1.0", - "eslint-plugin-jsdoc": "^48.2.9", - "eslint-plugin-n": "^17.8.1", + "eslint-plugin-jsdoc": "^48.2.12", + "eslint-plugin-n": "^17.9.0", "eslint-plugin-simple-import-sort": "^12.1.0", "globals": "^15.4.0", "husky": "^9.0.11", - "lint-staged": "^15.2.5", - "neostandard": "^0.7.0", - "prettier": "^3.3.1" + "lint-staged": "^15.2.7", + "neostandard": "^0.7.1", + "prettier": "^3.3.2" } }