X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=109567d26450b71264dd9bb568d69990c4daa1f6;hb=bb3d5b74217f7b350d2a5adbafe62502e64a55ec;hp=65d18ef1dd58289832cb46b8602b1fd74f50c1cc;hpb=86092b199b858c308849ddcf2900a7733251364a;p=poolifier.git diff --git a/package.json b/package.json index 65d18ef1..109567d2 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "format": "prettier --loglevel silent --write .; prettierx --write .", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", + "lint:report": "eslint . --cache --format json --output-file reports/eslint.json", "typedoc": "typedoc", "sonar:properties": "./updateSonarProps.sh", "prepublishOnly": "npm run build:prod" @@ -63,9 +64,9 @@ "lib" ], "devDependencies": { - "@types/node": "^18.8.3", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@types/node": "^18.8.4", + "@typescript-eslint/eslint-plugin": "^5.40.0", + "@typescript-eslint/parser": "^5.40.0", "benchmark": "^2.1.4", "eslint": "^8.25.0", "eslint-config-standard": "^17.0.0", @@ -88,7 +89,7 @@ "prettier": "^2.7.1", "prettier-plugin-organize-imports": "^3.1.1", "prettierx": "^0.18.3", - "rollup": "^2.79.1", + "rollup": "^3.0.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", @@ -97,7 +98,7 @@ "rollup-plugin-ts": "^3.0.2", "sinon": "^14.0.1", "source-map-support": "^0.5.21", - "typedoc": "^0.23.15", + "typedoc": "^0.23.16", "typescript": "^4.8.4" }, "engines": {