X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2529eeb20bad6db41761d31d3caaa2e440b84da5;hb=008a75fe80f29ce358a78eb8df64c70ebe3e64d3;hp=9489875e88520d4ed3cd4af7d7f7e3e4df962897;hpb=f9ab13ca6b2cc8e96ab98910e2d3501981c3fc30;p=poolifier.git diff --git a/package.json b/package.json index 9489875e..2529eeb2 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "lib/index.js", "scripts": { "build": "rollup --config --environment BUILD:development", + "build:typedoc": "rollup --config --environment BUILD:development --environment DOCUMENTATION", "build:prod": "rollup --config", "benchmark": "npm run build && node -r source-map-support/register benchmarks/internal/bench.js", "benchmark:debug": "npm run build && node -r source-map-support/register --inspect benchmarks/internal/bench.js", @@ -62,11 +63,11 @@ "lib" ], "devDependencies": { - "@types/node": "^14.14.31", - "@typescript-eslint/eslint-plugin": "^4.15.2", - "@typescript-eslint/parser": "^4.15.2", + "@types/node": "^14.14.34", + "@typescript-eslint/eslint-plugin": "^4.17.0", + "@typescript-eslint/parser": "^4.17.0", "benchmark": "^2.1.4", - "eslint": "^7.21.0", + "eslint": "^7.22.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsdoc": "^32.2.0", @@ -76,13 +77,13 @@ "eslint-plugin-spellcheck": "0.0.17", "expect": "^26.6.2", "microtime": "^3.0.0", - "mocha": "^8.3.0", + "mocha": "^8.3.2", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.1.0", "prettier": "^2.2.1", "prettier-plugin-organize-imports": "^1.1.1", "prettierx": "^0.17.0", - "rollup": "^2.40.0", + "rollup": "^2.41.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", @@ -90,8 +91,8 @@ "rollup-plugin-typescript2": "^0.30.0", "sonar-scanner": "^3.1.0", "source-map-support": "^0.5.19", - "typedoc": "^0.20.29", - "typescript": "^4.2.2" + "typedoc": "^0.20.32", + "typescript": "^4.2.3" }, "engines": { "node": ">=12.11.0",