X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2a04ad113fc0bb94c275adc9be350575042abf78;hb=e9dc6efa61975a5d4666752581a4fd384e6caa6e;hp=a854642a0b5d8cc76d40939ff06baef695a3d357;hpb=63ff88a9d5c789fe23036c1fed24e5d3853d2969;p=poolifier.git diff --git a/package.json b/package.json index a854642a..2a04ad11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.24", + "version": "2.6.26", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -26,7 +26,7 @@ "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", - "format": "prettier . --cache --write; ts-standard . --fix", + "format": "rome format . --write; ts-standard . --fix", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "lint:report": "eslint . --cache --format json --output-file reports/eslint.json", @@ -112,7 +112,7 @@ "@release-it/keep-a-changelog": "^4.0.0", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.4.10", + "@types/node": "^20.5.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "benny": "^3.7.1", @@ -130,7 +130,7 @@ "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.6.2", "husky": "^8.0.3", - "lint-staged": "^13.3.0", + "lint-staged": "^14.0.0", "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", @@ -140,6 +140,7 @@ "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", + "rome": "^12.1.3", "sinon": "^15.2.0", "source-map-support": "^0.5.21", "ts-standard": "^12.0.2",