X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=42949c4cf8529ebff9ae23bdc4ba7ac13adc50b0;hb=e595dd551f5293dc81422e03abcc6864c7f0ce31;hp=7b41b336fbe4ca51b6f0ee12991716cbf53202dd;hpb=62a96e695764093fffb21e036e9fc704b5455985;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 7b41b336..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.1", - "@mikro-orm/mariadb": "^6.0.1", - "@mikro-orm/reflection": "^6.0.1", - "@mikro-orm/sqlite": "^6.0.1", + "@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.1", + "@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", @@ -141,13 +141,13 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.0.2", "eslint-plugin-n": "^16.6.2", - "eslint-plugin-prettier": "^5.1.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",