X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=282d9de66c2864ff6f2e779740900ccc208bbd63;hb=62e69a6bd0e8386d9a0264621af7f9ed7d2abc28;hp=90764d10edf3c31b55bdb83d14038c322cc4df90;hpb=848184439a9a043977e0ccc07e9d28b97e0d7fc1;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 90764d10..282d9de6 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.0-0", + "version": "1.2.0", "engines": { - "node": ">=16.0.0" + "node": ">=16.9.0" }, "repository": { "type": "git", @@ -52,9 +52,11 @@ "start:heapprofiler": "cross-env NODE_ENV=production clinic heapprofiler -- node -r source-map-support/register dist/start.mjs", "rollup": "pnpm run build-requirements && rollup --config", "build": "pnpm run rollup", - "build:cf": "npx rimraf node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm run rollup", + "build:cf": "pnpm run clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm run rollup", "build:dev": "pnpm run rollup -- --environment BUILD:development", "build:dev:watch": "pnpm run rollup -- --environment BUILD:development --watch", + "clean:dist": "npx rimraf dist", + "clean:node_modules": "npx rimraf node_modules", "lint": "cross-env TIMING=1 eslint --cache --ext .js,.cjs,.mjs,.ts src", "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.cjs,.mjs,.ts src", "format": "prettier --cache --write .", @@ -75,10 +77,10 @@ "d3-color": "^3.1.0" }, "dependencies": { - "@mikro-orm/core": "^5.6.15", - "@mikro-orm/mariadb": "^5.6.15", - "@mikro-orm/reflection": "^5.6.15", - "@mikro-orm/sqlite": "^5.6.15", + "@mikro-orm/core": "^5.6.16", + "@mikro-orm/mariadb": "^5.6.16", + "@mikro-orm/reflection": "^5.6.16", + "@mikro-orm/sqlite": "^5.6.16", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.2", @@ -89,8 +91,8 @@ "logform": "^2.5.1", "mnemonist": "^0.39.5", "moment": "^2.29.4", - "mongodb": "^5.1.0", - "poolifier": "^2.3.10", + "mongodb": "^5.2.0", + "poolifier": "^2.4.3", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.13", @@ -104,41 +106,41 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.5.0", + "@commitlint/cli": "^17.5.1", "@commitlint/config-conventional": "^17.4.4", - "@mikro-orm/cli": "^5.6.15", + "@mikro-orm/cli": "^5.6.16", "@release-it/bumper": "^4.0.2", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-terser": "^0.4.0", - "@rollup/plugin-typescript": "^11.0.0", + "@rollup/plugin-typescript": "^11.1.0", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "@types/proper-lockfile": "^4.1.2", "@types/sinon": "^10.0.13", "@types/tar": "^6.1.4", "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.57.1", + "@typescript-eslint/parser": "^5.57.1", "auto-changelog": "^2.4.0", "c8": "^7.13.0", "clinic": "^12.1.0", "cross-env": "^7.0.3", - "eslint": "^8.36.0", + "eslint": "^8.37.0", "eslint-config-prettier": "^8.8.0", - "eslint-import-resolver-typescript": "^3.5.3", + "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^40.1.0", - "eslint-plugin-n": "^15.6.1", + "eslint-plugin-jsdoc": "^40.1.1", + "eslint-plugin-n": "^15.7.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.5.0", "husky": "^8.0.3", - "lint-staged": "^13.2.0", + "lint-staged": "^13.2.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^2.8.7", - "release-it": "^15.9.3", + "release-it": "^15.10.1", "rimraf": "^4.4.1", "robohydra": "^0.6.9", "rollup": "^3.20.2", @@ -148,6 +150,6 @@ "semver": "^7.3.8", "sinon": "^15.0.3", "ts-node": "^10.9.1", - "typescript": "^5.0.2" + "typescript": "^5.0.3" } }