X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e954e1a947b64b06c6aa4a6c643f55ceddc44087;hb=47a41cfff7de841a931f5694dbcddaf235e91bdd;hp=d6a268b2c3091a7b37c86a32cf88414d6b5ca60f;hpb=a6fac14d419b2f278ce16d4505018d2ac8a179a1;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index d6a268b2..e954e1a9 100644 --- a/package.json +++ b/package.json @@ -124,13 +124,13 @@ "@types/node": "^20.14.9", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", + "@typescript-eslint/eslint-plugin": "^7.15.0", + "@typescript-eslint/parser": "^7.15.0", "auto-changelog": "^2.4.0", "c8": "^10.1.2", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.21.5", + "esbuild": "^0.22.0", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", @@ -148,11 +148,11 @@ "husky": "^9.0.11", "lint-staged": "^15.2.7", "prettier": "^3.3.2", - "release-it": "^17.4.0", + "release-it": "^17.4.1", "rimraf": "^5.0.7", "semver": "^7.6.2", "ts-node": "^10.9.2", - "tsx": "^4.15.7", - "typescript": "~5.5.2" + "tsx": "^4.16.0", + "typescript": "~5.5.3" } }