X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=591b0e7b7e7770ceeecd42988ac760b4ff8af070;hb=43d5dd05e100aeb4a2b6b002cf7f97e6fe3fb38f;hp=90764d10edf3c31b55bdb83d14038c322cc4df90;hpb=848184439a9a043977e0ccc07e9d28b97e0d7fc1;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 90764d10..591b0e7b 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-2", "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 .", @@ -104,7 +106,7 @@ "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", "@release-it/bumper": "^4.0.2", @@ -118,8 +120,8 @@ "@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.0", + "@typescript-eslint/parser": "^5.57.0", "auto-changelog": "^2.4.0", "c8": "^7.13.0", "clinic": "^12.1.0",