X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=42949c4cf8529ebff9ae23bdc4ba7ac13adc50b0;hb=e595dd551f5293dc81422e03abcc6864c7f0ce31;hp=1332f41a7147d7a77a24e7b4659fb02843479990;hpb=0a9a949433847eb0c44f1a3116ea7a215d4be2d5;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 1332f41a..42949c4c 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.10.0", - "pnpm": "8.14.0" + "node": "20.11.0", + "pnpm": "8.14.1" }, "repository": { "type": "git", @@ -47,7 +47,7 @@ "compareUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/compare/{from}...{to}" }, "mikro-orm": { - "tsConfigPath": "./tsconfig-orm.json", + "tsConfigPath": "./tsconfig-mikro-orm.json", "useTsNode": true }, "scripts": { @@ -67,6 +67,7 @@ "build:dev": "cross-env BUILD=development pnpm esbuild", "build:cf": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm build", "build:cf:dev": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm build:dev", + "build:entities": "tsc -p tsconfig-mikro-orm.json", "clean:dist": "npx rimraf dist", "clean:node_modules": "npx rimraf node_modules", "lint": "cross-env TIMING=1 eslint --cache src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", @@ -91,23 +92,22 @@ } }, "dependencies": { - "@mikro-orm/core": "^5.9.7", - "@mikro-orm/mariadb": "^5.9.7", - "@mikro-orm/reflection": "^5.9.7", - "@mikro-orm/sqlite": "^5.9.7", + "@mikro-orm/core": "^6.0.3", + "@mikro-orm/mariadb": "^6.0.3", + "@mikro-orm/reflection": "^6.0.3", + "@mikro-orm/sqlite": "^6.0.3", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.4", "chalk": "^5.3.0", - "date-fns": "^3.1.0", + "date-fns": "^3.2.0", "http-status-codes": "^2.3.0", "just-merge": "^3.2.0", "logform": "^2.6.0", "mnemonist": "^0.39.7", "mongodb": "^6.3.0", - "poolifier": "^3.1.17", + "poolifier": "^3.1.18", "tar": "^6.2.0", - "tslib": "^2.6.2", "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.16.0" @@ -119,15 +119,15 @@ "devDependencies": { "@commitlint/cli": "^18.4.4", "@commitlint/config-conventional": "^18.4.4", - "@mikro-orm/cli": "^5.9.7", + "@mikro-orm/cli": "^6.0.3", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.10.6", + "@types/node": "^20.11.0", "@types/tar": "^6.1.10", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^6.17.0", - "@typescript-eslint/parser": "^6.17.0", + "@typescript-eslint/eslint-plugin": "^6.18.1", + "@typescript-eslint/parser": "^6.18.1", "auto-changelog": "^2.4.0", - "c8": "^9.0.0", + "c8": "^9.1.0", "clinic": "^13.0.0", "cross-env": "^7.0.3", "esbuild": "^0.19.11", @@ -140,14 +140,14 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.0.2", - "eslint-plugin-n": "^16.6.1", - "eslint-plugin-prettier": "^5.1.2", + "eslint-plugin-n": "^16.6.2", + "eslint-plugin-prettier": "^5.1.3", "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.1", + "prettier": "^3.2.2", "release-it": "^17.0.1", "rimraf": "^5.0.5", "semver": "^7.5.4",