X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=591b0e7b7e7770ceeecd42988ac760b4ff8af070;hb=43d5dd05e100aeb4a2b6b002cf7f97e6fe3fb38f;hp=15532175d42c0c11ed9847fe49c3c18825a3a904;hpb=3092f0b4cb7333e94935863e47f1abc1ee1f1fe5;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 15532175..591b0e7b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.96", + "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", @@ -113,12 +115,13 @@ "@rollup/plugin-typescript": "^11.0.0", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.15.5", + "@types/node": "^18.15.10", "@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.0", + "@typescript-eslint/parser": "^5.57.0", "auto-changelog": "^2.4.0", "c8": "^7.13.0", "clinic": "^12.1.0", @@ -136,15 +139,16 @@ "lint-staged": "^13.2.0", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^2.8.6", - "release-it": "^15.9.1", + "prettier": "^2.8.7", + "release-it": "^15.9.3", "rimraf": "^4.4.1", "robohydra": "^0.6.9", - "rollup": "^3.20.1", + "rollup": "^3.20.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.3.8", + "sinon": "^15.0.3", "ts-node": "^10.9.1", "typescript": "^5.0.2" }