X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=96a0a96f1cba6f715f786a2500e0b09563481d59;hb=cebbf5a854b7f34f47a1eecc081046779cab604d;hp=32d6aaed7f4ae7a76d5838edf095b0ae406a75c1;hpb=62273e049317c17cc485e0e9d9299bc47c3ecaf3;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 32d6aaed..96a0a96f 100644 --- a/package.json +++ b/package.json @@ -71,9 +71,9 @@ "build:cf:dev": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm build:dev", "clean:dist": "npx rimraf dist", "clean:node_modules": "npx rimraf node_modules", - "lint": "cross-env TIMING=1 eslint --cache src", - "lint:fix": "cross-env TIMING=1 eslint --cache --fix src", - "format": "prettier --cache --write .; ts-standard --fix .", + "lint": "cross-env TIMING=1 eslint --cache src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", + "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", + "format": "prettier --cache --write .; eslint --cache --fix src .eslintrc.cjs tests bundle.js mikro-orm.config-template.ts", "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"", "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"", "coverage": "c8 report --reporter=lcov", @@ -105,9 +105,9 @@ "http-status-codes": "^2.3.0", "just-merge": "^3.2.0", "logform": "^2.6.0", - "mnemonist": "^0.39.6", + "mnemonist": "^0.39.7", "mongodb": "^6.3.0", - "poolifier": "^3.1.13", + "poolifier": "^3.1.15", "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.11.0", @@ -126,8 +126,8 @@ "@types/node": "^20.10.6", "@types/tar": "^6.1.10", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^6.16.0", - "@typescript-eslint/parser": "^6.16.0", + "@typescript-eslint/eslint-plugin": "^6.17.0", + "@typescript-eslint/parser": "^6.17.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", "clinic": "^13.0.0", @@ -141,8 +141,8 @@ "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^46.10.1", - "eslint-plugin-n": "^16.6.0", + "eslint-plugin-jsdoc": "^48.0.2", + "eslint-plugin-n": "^16.6.1", "eslint-plugin-prettier": "^5.1.2", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", @@ -154,7 +154,6 @@ "rimraf": "^5.0.5", "semver": "^7.5.4", "ts-node": "^10.9.2", - "ts-standard": "^12.0.2", "tsx": "^4.7.0", "typescript": "~5.3.3" }