X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=f3b21efc51e6158690a9e043fcbd6118d0dd7653;hb=1f479edba7093c3aa17e5149bfb97c65b522a3a0;hp=044aafc8b34433aa41b186ce6a210b0631257de3;hpb=30cefe25cc43288780cfa67b668c81f64ce866ee;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 044aafc8..f3b21efc 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,10 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.12.0", + "node": "20.12.1", "pnpm": "8.15.6" }, + "packageManager": "pnpm@8.15.6", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -51,7 +52,6 @@ "useTsNode": true }, "scripts": { - "preinstall": "node skip-preinstall.js || npx --yes only-allow pnpm", "prepare": "node prepare.js", "build-requirements": "node --no-warnings build-requirements.js", "start": "pnpm build && cross-env NODE_ENV=production node dist/start.js", @@ -121,7 +121,7 @@ "@commitlint/config-conventional": "^19.1.0", "@mikro-orm/cli": "^6.1.12", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.12.2", + "@types/node": "^20.12.3", "@types/semver": "^7.5.8", "@types/tar": "^6.1.11", "@types/ws": "^8.5.10", @@ -135,7 +135,7 @@ "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", - "eslint-config-love": "^43.1.0", + "eslint-config-love": "^44.0.0", "eslint-config-standard": "^17.1.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1",