X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=290b333e60d41fe2f8232788eab0a15670ae41a8;hb=f0b146c517a1ee748bb973cc0e81391ae8085620;hp=32d6aaed7f4ae7a76d5838edf095b0ae406a75c1;hpb=62273e049317c17cc485e0e9d9299bc47c3ecaf3;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 32d6aaed..290b333e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "volta": { "node": "20.10.0", - "pnpm": "8.13.1" + "pnpm": "8.14.0" }, "repository": { "type": "git", @@ -39,9 +39,7 @@ } ], "type": "module", - "exports": [ - "./dist/start.js" - ], + "exports": "./dist/start.js", "auto-changelog": { "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}", "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}", @@ -71,9 +69,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 +103,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.16", "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.11.0", @@ -119,17 +117,17 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^18.4.3", - "@commitlint/config-conventional": "^18.4.3", + "@commitlint/cli": "^18.4.4", + "@commitlint/config-conventional": "^18.4.4", "@mikro-orm/cli": "^5.9.7", "@release-it/bumper": "^6.0.1", "@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", + "c8": "^9.0.0", "clinic": "^13.0.0", "cross-env": "^7.0.3", "esbuild": "^0.19.11", @@ -141,8 +139,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 +152,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" }