X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=bdcf9fc4f4419c1f25be9507b35e6651f7ad03da;hb=22d5e3bd64922889dbcdefb337e4d45ab3acb73b;hp=3f1359ea252af4e5b2f02f917c7f44898f95f405;hpb=8a3aeedf9679482e06f32356531b140b10b31a18;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 3f1359ea..bdcf9fc4 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,9 +121,9 @@ "@commitlint/config-conventional": "^19.1.0", "@mikro-orm/cli": "^6.1.12", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.12.3", + "@types/node": "^20.12.4", "@types/semver": "^7.5.8", - "@types/tar": "^6.1.11", + "@types/tar": "^6.1.12", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", @@ -153,7 +153,7 @@ "rimraf": "^5.0.5", "semver": "^7.6.0", "ts-node": "^10.9.2", - "tsx": "^4.7.1", + "tsx": "^4.7.2", "typescript": "~5.4.3" } }