X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=a31aa5eea5a76f9aa6838011af548b4d8fa1738a;hb=401fa922baa555f5997732052918ae2ab5ff184c;hp=68c7be88b7e15a190aa3cc9b1897a5401fa0d611;hpb=a735b6738fbd7325c9482291e73dd018cd03be0a;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 68c7be88..a31aa5ee 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.28", + "version": "1.2.30", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" }, "volta": { "node": "20.10.0", - "pnpm": "8.11.0" + "pnpm": "8.13.1" }, "repository": { "type": "git", @@ -73,7 +73,7 @@ "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 .", + "format": "prettier --cache --write .; ts-standard --fix .", "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", @@ -93,26 +93,26 @@ } }, "dependencies": { - "@mikro-orm/core": "^5.9.4", - "@mikro-orm/mariadb": "^5.9.4", - "@mikro-orm/reflection": "^5.9.4", - "@mikro-orm/sqlite": "^5.9.4", + "@mikro-orm/core": "^5.9.6", + "@mikro-orm/mariadb": "^5.9.6", + "@mikro-orm/reflection": "^5.9.6", + "@mikro-orm/sqlite": "^5.9.6", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", - "basic-ftp": "^5.0.3", + "basic-ftp": "^5.0.4", "chalk": "^5.3.0", - "date-fns": "3.0.0-rc.2", + "date-fns": "^3.0.6", "http-status-codes": "^2.3.0", "just-merge": "^3.2.0", "logform": "^2.6.0", - "mnemonist": "^0.39.5", + "mnemonist": "^0.39.6", "mongodb": "^6.3.0", - "poolifier": "^3.0.9", + "poolifier": "^3.1.12", "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1", - "ws": "^8.14.2" + "ws": "^8.16.0" }, "optionalDependencies": { "bufferutil": "^4.0.8", @@ -121,37 +121,41 @@ "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", - "@mikro-orm/cli": "^5.9.4", + "@mikro-orm/cli": "^5.9.6", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.10.3", + "@types/node": "^20.10.5", "@types/tar": "^6.1.10", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^6.13.2", - "@typescript-eslint/parser": "^6.13.2", + "@typescript-eslint/eslint-plugin": "^6.16.0", + "@typescript-eslint/parser": "^6.16.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.19.8", + "esbuild": "^0.19.10", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", - "eslint": "^8.55.0", - "eslint-config-prettier": "^9.1.0", + "eslint": "^8.56.0", + "eslint-config-standard": "^17.1.0", + "eslint-config-standard-with-typescript": "^43.0.0", + "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-import": "^2.29.0", - "eslint-plugin-jsdoc": "^46.9.0", - "eslint-plugin-n": "^16.3.1", - "eslint-plugin-prettier": "^5.0.1", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jsdoc": "^46.9.1", + "eslint-plugin-n": "^16.6.0", + "eslint-plugin-prettier": "^5.1.2", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", "glob": "^10.3.10", "husky": "^8.0.3", "lint-staged": "^15.2.0", - "prettier": "^3.1.0", - "release-it": "^17.0.0", + "prettier": "^3.1.1", + "release-it": "^17.0.1", "rimraf": "^5.0.5", "semver": "^7.5.4", - "tsx": "^4.6.2", - "typescript": "~5.3.2" + "ts-node": "^10.9.2", + "ts-standard": "^12.0.2", + "tsx": "^4.7.0", + "typescript": "~5.3.3" } }