X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=fbbf471e108a7e0d94c46b40a8bdc918e826e4fb;hb=019c235b88a72d7941f6c0c7e887b4450295d5cb;hp=bd712df7d5e03760bbf42e2458fcabee55a23566;hpb=5080f39db80027e9af09b031b38bb62be5cd8e34;p=poolifier.git diff --git a/package.json b/package.json index bd712df7..fbbf471e 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "typedoc": "typedoc", + "sonar:properties": "./updateSonarProps.sh", "prepublishOnly": "npm run build:prod" }, "repository": { @@ -62,37 +63,39 @@ "lib" ], "devDependencies": { - "@types/node": "^16.11.26", - "@typescript-eslint/eslint-plugin": "^5.15.0", - "@typescript-eslint/parser": "^5.15.0", + "@types/node": "^18.6.3", + "@typescript-eslint/eslint-plugin": "^5.31.0", + "@typescript-eslint/parser": "^5.31.0", "benchmark": "^2.1.4", - "eslint": "^8.11.0", - "eslint-config-standard": "^16.0.3", - "eslint-define-config": "^1.3.0", - "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jsdoc": "^38.0.6", + "eslint": "^8.21.0", + "eslint-config-standard": "^17.0.0", + "eslint-define-config": "^1.6.0", + "eslint-import-resolver-typescript": "^3.3.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.3.4", + "eslint-plugin-n": "^15.2.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettierx": "^0.18.0", "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-spellcheck": "0.0.19", - "expect": "^27.5.1", - "microtime": "^3.0.0", - "mocha": "^9.2.2", + "eslint-plugin-spellcheck": "^0.0.19", + "expect": "^28.1.3", + "microtime": "^3.1.0", + "mocha": "^10.0.0", "mochawesome": "^7.1.3", "nyc": "^15.1.0", - "prettier": "^2.6.2", - "prettier-plugin-organize-imports": "^2.3.4", + "prettier": "^2.7.1", + "prettier-plugin-organize-imports": "^3.0.0", "prettierx": "^0.18.3", - "rollup": "^2.70.1", + "rollup": "^2.77.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-ts": "^2.0.5", + "rollup-plugin-ts": "^3.0.2", "source-map-support": "^0.5.21", - "typedoc": "^0.22.14", - "typescript": "^4.6.3" + "typedoc": "^0.23.10", + "typescript": "^4.7.4" }, "engines": { "node": ">=16.0.0",