X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=5e77761df6b0de649ffaadc91bb8b77d16d64c15;hb=eb2a7c814258b9d335047a5200e8db1e0fc85fac;hp=50ab2f17c1343ce60da929df57b18578b3b53d62;hpb=ea4b5fd037c5fe09eb6a2810332ad6bed1b5bc7f;p=poolifier.git diff --git a/package.json b/package.json index 50ab2f17..5e77761d 100644 --- a/package.json +++ b/package.json @@ -94,25 +94,23 @@ "url": "https://github.com/poolifier/poolifier/issues" }, "homepage": "https://github.com/poolifier/poolifier#readme", - "files": [ - "lib" - ], + "files": ["lib"], "pnpm": { "overrides": { "semver": "^7.5.3" } }, "devDependencies": { - "@biomejs/biome": "^1.5.3", - "@commitlint/cli": "^19.0.3", - "@commitlint/config-conventional": "^19.0.3", + "@biomejs/biome": "^1.6.1", + "@commitlint/cli": "^19.1.0", + "@commitlint/config-conventional": "^19.1.0", "@release-it/bumper": "^6.0.1", "@release-it/keep-a-changelog": "^5.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.25", - "@typescript-eslint/eslint-plugin": "^7.1.1", - "@typescript-eslint/parser": "^7.1.1", + "@types/node": "^20.11.26", + "@typescript-eslint/eslint-plugin": "^7.2.0", + "@typescript-eslint/parser": "^7.2.0", "benchmark": "^2.1.4", "c8": "^9.1.0", "cross-env": "^7.0.3", @@ -136,13 +134,13 @@ "mochawesome": "^7.1.3", "prettier": "^3.2.5", "release-it": "^17.1.1", - "rollup": "^4.12.1", + "rollup": "^4.13.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "sinon": "^17.0.1", - "typedoc": "^0.25.11", + "typedoc": "^0.25.12", "typescript": "~5.4.2" } }