X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=7c34c4bb4f61e4539b3c123f18397e7d4f791b23;hb=f31d1d0c5175efb4d1f0ca6c0d9c228f920aba28;hp=ab5181c43524bc1a4935f1310f7eee645aae66f8;hpb=2c7eda64ed5d4432e436ceb39d33a66b037d09a0;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index ab5181c4..7c34c4bb 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.13", + "version": "1.2.14", "engines": { "node": ">=16.9.0", - "pnpm": ">=8.0.0" + "pnpm": ">=8.6.0" }, "volta": { "node": "20.2.0", - "pnpm": "8.5.1" + "pnpm": "8.6.0" }, "repository": { "type": "git", @@ -66,8 +66,8 @@ "lint": "cross-env TIMING=1 eslint --cache --ext .js,.cjs,.mjs,.ts src", "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.cjs,.mjs,.ts src", "format": "prettier --cache --write .", - "test": "c8 mocha test/**/*Test.ts", - "test:debug": "mocha --no-parallel --inspect test/**/*Test.ts", + "test": "c8 mocha test/**/*.test.ts", + "test:debug": "mocha --no-parallel --inspect test/**/*.test.ts", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", "clinic:clean": "clinic clean", @@ -106,7 +106,7 @@ "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.5.2", - "winston": "^3.8.2", + "winston": "^3.9.0", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.13.0" }, @@ -115,8 +115,8 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.6.3", - "@commitlint/config-conventional": "^17.6.3", + "@commitlint/cli": "^17.6.5", + "@commitlint/config-conventional": "^17.6.5", "@mikro-orm/cli": "^5.7.10", "@release-it/bumper": "^4.0.2", "@rollup/plugin-json": "^6.0.0", @@ -124,21 +124,22 @@ "@rollup/plugin-typescript": "^11.1.1", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^20.2.3", + "@types/node": "^20.2.5", "@types/sinon": "^10.0.15", "@types/tar": "^6.1.5", "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "^5.59.7", - "@typescript-eslint/parser": "^5.59.7", + "@typescript-eslint/eslint-plugin": "^5.59.8", + "@typescript-eslint/parser": "^5.59.8", + "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", - "c8": "^7.13.0", + "c8": "^7.14.0", "clinic": "^12.1.0", "cross-env": "^7.0.3", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^44.2.5", + "eslint-plugin-jsdoc": "^45.0.0", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", @@ -153,7 +154,6 @@ "robohydra": "^0.6.9", "rollup": "^3.23.0", "rollup-plugin-analyzer": "^4.0.0", - "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.1", "sinon": "^15.1.0",