X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=42949c4cf8529ebff9ae23bdc4ba7ac13adc50b0;hb=6dd374b27bcc17ead9622225dbc070d198c64f65;hp=d1798a4f4e58b195feac7433f2808de4f09e3589;hpb=0b5c37bc7ec41b00eb1940ab8189ddf3a6ad2564;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index d1798a4f..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,10 +92,10 @@ } }, "dependencies": { - "@mikro-orm/core": "^6.0.2", - "@mikro-orm/mariadb": "^6.0.2", - "@mikro-orm/reflection": "^6.0.2", - "@mikro-orm/sqlite": "^6.0.2", + "@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", @@ -107,7 +108,6 @@ "mongodb": "^6.3.0", "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": "^6.0.2", + "@mikro-orm/cli": "^6.0.3", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.10.8", + "@types/node": "^20.11.0", "@types/tar": "^6.1.10", "@types/ws": "^8.5.10", "@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", @@ -147,7 +147,7 @@ "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",