X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=d562cda895d5fcc825dadf39158c3131a1721717;hb=b84939fe9d58fad558fe33eb08ab99ce0b9bb5c7;hp=4edb9e6c37b221f2360c605c13a5c225c6ecaafa;hpb=9ff56eabe4a9d0dec8335c3794dfc0de2e806a61;p=poolifier.git diff --git a/package.json b/package.json index 4edb9e6c..d562cda8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "4.0.8", + "version": "4.0.11", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", @@ -42,9 +42,9 @@ }, "volta": { "node": "22.2.0", - "pnpm": "9.1.1" + "pnpm": "9.1.2" }, - "packageManager": "pnpm@9.1.1", + "packageManager": "pnpm@9.1.2", "repository": { "type": "git", "url": "https://github.com/poolifier/poolifier.git" @@ -109,12 +109,12 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.12.12", - "@typescript-eslint/eslint-plugin": "^7.9.0", - "@typescript-eslint/parser": "^7.9.0", + "@typescript-eslint/eslint-plugin": "^7.10.0", + "@typescript-eslint/parser": "^7.10.0", "c8": "^9.1.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-config-love": "^48.0.0", + "eslint-config-love": "^47.0.0", "eslint-config-standard": "^17.1.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", @@ -127,19 +127,18 @@ "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", "husky": "^9.0.11", - "lint-staged": "^15.2.2", - "microtime": "^3.1.1", + "lint-staged": "^15.2.4", "mocha": "^10.4.0", "mochawesome": "^7.1.3", "prettier": "^3.2.5", - "release-it": "^17.2.1", + "release-it": "^17.3.0", "rollup": "^4.17.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", - "rollup-plugin-dts": "^6.1.0", + "rollup-plugin-dts": "^6.1.1", "sinon": "^18.0.0", - "tatami-ng": "^0.4.11", + "tatami-ng": "^0.4.12", "typedoc": "^0.25.13", "typescript": "~5.4.5" }