X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=05ad743e6a9d858b22088ec9347abff02842b039;hb=69497ade5b8f692ea0fa785a2fae2059798c9d9f;hp=74cc8b60e771596acc83651fea83f3a086581740;hpb=aa345d0154ff9700d8c9467c04c215ef5d07bbbf;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 74cc8b60..05ad743e 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.3.3", + "version": "1.3.6", "engines": { "node": ">=18.18.0", "pnpm": ">=9.0.0" }, "volta": { "node": "22.2.0", - "pnpm": "9.2.0" + "pnpm": "9.3.0" }, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.3.0", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -70,9 +70,9 @@ "build:entities": "tsc -p tsconfig-mikro-orm.json", "clean:dist": "pnpm exec rimraf dist", "clean:node_modules": "pnpm exec rimraf node_modules", - "lint": "cross-env TIMING=1 eslint --cache src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", - "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", - "format": "prettier --cache --write .; eslint --cache --fix src .eslintrc.cjs tests bundle.js mikro-orm.config-template.ts", + "lint": "cross-env TIMING=1 eslint --cache src tests ./*.cjs ./*.js ./*.ts", + "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests ./*.cjs ./*.js ./*.ts", + "format": "prettier --cache --write .; eslint --cache --fix src tests ./*.cjs ./*.js ./*.ts", "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"", "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"", "coverage": "c8 report --reporter=lcov", @@ -124,13 +124,13 @@ "@types/node": "^20.14.2", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.12.0", - "@typescript-eslint/parser": "^7.12.0", + "@typescript-eslint/eslint-plugin": "^7.13.0", + "@typescript-eslint/parser": "^7.13.0", "auto-changelog": "^2.4.0", - "c8": "^9.1.0", + "c8": "^10.0.0", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.21.4", + "esbuild": "^0.21.5", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", @@ -139,7 +139,7 @@ "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.8", + "eslint-plugin-jsdoc": "^48.2.9", "eslint-plugin-n": "^17.8.1", "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-tsdoc": "^0.3.0", @@ -152,7 +152,7 @@ "rimraf": "^5.0.7", "semver": "^7.6.2", "ts-node": "^10.9.2", - "tsx": "^4.12.0", + "tsx": "^4.15.1", "typescript": "~5.4.5" } }