X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=eb827232b3a589d1fde38d6a49ae72f299aa98cc;hb=d7ed7beeb3d9e27c04a3006ec0ead9b92e26e33d;hp=48088b87549fbfc9963fe7352c46da754566ac7c;hpb=4b9419c852e2dd35847d7d6525dadf84725a78d7;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 48088b87..eb827232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.75", + "version": "1.1.81", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" @@ -29,12 +29,6 @@ "./dist/start.cjs", "./dist/start.mjs" ], - "lint-staged": { - "src/**/*.{js,ts}": [ - "prettier --write", - "eslint --cache --fix" - ] - }, "auto-changelog": { "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}", "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}", @@ -47,8 +41,8 @@ }, "scripts": { "prepare": "node prepare.js", - "build-requirements": "node build-requirements.js", "prestart": "npm run build", + "build-requirements": "node build-requirements.js", "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.cjs", "start:debug": "cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.cjs", "start:dev": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.cjs", @@ -93,7 +87,7 @@ "mnemonist": "^0.39.3", "moment": "^2.29.4", "mongodb": "^4.10.0", - "poolifier": "^2.2.0", + "poolifier": "^2.2.2", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.11", @@ -113,7 +107,7 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^10.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.8.2", + "@types/node": "^18.8.3", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.3", "@types/uuid": "^8.3.4", @@ -123,7 +117,7 @@ "auto-changelog": "^2.4.0", "clinic": "^12.0.0", "cross-env": "^7.0.3", - "eslint": "^8.24.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.5.1", "eslint-plugin-import": "^2.26.0",