X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=4945677dfdba119b244fcb6a97b4f2ecfcd5d8b5;hb=6bb2a64f78c7ba84e4d3690d18c2f8ca9e418069;hp=2d278219cebcf210d787d302d146e50ef5ee2489;hpb=0e8691794db51210b4bcc6af77d54326583a269a;p=poolifier.git diff --git a/package.json b/package.json index 2d278219..4945677d 100644 --- a/package.json +++ b/package.json @@ -94,16 +94,14 @@ "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", + "@biomejs/biome": "^1.6.0", "@commitlint/cli": "^19.0.3", "@commitlint/config-conventional": "^19.0.3", "@release-it/bumper": "^6.0.1", @@ -111,8 +109,8 @@ "@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", + "@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", @@ -125,6 +123,7 @@ "eslint-plugin-jsdoc": "^48.2.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-spellcheck": "^0.0.20", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", @@ -141,7 +140,7 @@ "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" } }