X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=cd58598e04251afdbfbc973ce85be2356c915021;hb=5bb45fe6de9568b7f9cb52435654b624e0125251;hp=b317ab87fe62b9a7db917a9d7912803f55db9c1f;hpb=129fdda549b8c7dc7c43ec5893d14a1151ed61a9;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index b317ab87..cd58598e 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.23", + "version": "1.2.24", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" }, "volta": { "node": "20.9.0", - "pnpm": "8.10.3" + "pnpm": "8.10.5" }, "repository": { "type": "git", @@ -126,8 +126,8 @@ "@types/node": "^20.9.0", "@types/tar": "^6.1.9", "@types/ws": "^8.5.9", - "@typescript-eslint/eslint-plugin": "^6.10.0", - "@typescript-eslint/parser": "^6.10.0", + "@typescript-eslint/eslint-plugin": "^6.11.0", + "@typescript-eslint/parser": "^6.11.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", "clinic": "^13.0.0", @@ -147,11 +147,11 @@ "glob": "^10.3.10", "husky": "^8.0.3", "lint-staged": "^15.1.0", - "prettier": "^3.0.3", + "prettier": "^3.1.0", "release-it": "^17.0.0", "rimraf": "^5.0.5", "semver": "^7.5.4", - "tsx": "^4.1.1", + "tsx": "^4.1.2", "typescript": "~5.2.2" } }