X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ea2c2d231f2c416b9173f58ff37009a39c867b5d;hb=cb59f2603942891a86cce8c33edbb7c5aee3cc9d;hp=bf6b5f7d3e06903e9e6c3cdb200c759880212b85;hpb=9891bc4faaffcdaf703547cafca53afddfb0b23f;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index bf6b5f7d..ea2c2d23 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.22", + "version": "1.2.23", "engines": { "node": ">=18.17.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.7.0", - "pnpm": "8.7.6" + "node": "20.8.1", + "pnpm": "8.9.2" }, "repository": { "type": "git", @@ -53,9 +53,9 @@ "useTsNode": true }, "scripts": { - "preinstall": "node skip-preinstall.cjs || npx --yes only-allow pnpm", - "prepare": "node prepare.cjs", - "build-requirements": "node --no-warnings build-requirements.mjs", + "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", "start:dev": "pnpm build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.js", "start:dev:debug": "pnpm build:dev && cross-env NODE_ENV=development node -r source-map-support/register --inspect dist/start.js", @@ -75,16 +75,11 @@ "lint": "cross-env TIMING=1 eslint --cache src", "lint:fix": "cross-env TIMING=1 eslint --cache --fix src", "format": "prettier --cache --write .", - "test": "c8 mocha test/**/*.test.ts", - "test:debug": "mocha --no-parallel --inspect test/**/*.test.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", "coverage:html": "c8 report --reporter=html", "clinic:clean": "clinic clean", - "robohydra": "robohydra test/robohydra/config.json", - "git:sinit": "git submodule update --init --recursive --force", - "git:sdiff": "git diff && git submodule foreach 'git diff'", - "git:supdate": "git submodule update --remote --recursive --merge", - "git:spush": "git push --recurse-submodules=on-demand", "release": "release-it" }, "pnpm": { @@ -99,10 +94,10 @@ } }, "dependencies": { - "@mikro-orm/core": "^5.8.1", - "@mikro-orm/mariadb": "^5.8.2", - "@mikro-orm/reflection": "^5.8.2", - "@mikro-orm/sqlite": "^5.8.1", + "@mikro-orm/core": "^5.8.10", + "@mikro-orm/mariadb": "^5.8.10", + "@mikro-orm/reflection": "^5.8.10", + "@mikro-orm/sqlite": "^5.8.10", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.3", @@ -110,65 +105,62 @@ "date-fns": "^2.30.0", "http-status-codes": "^2.3.0", "just-merge": "^3.2.0", - "logform": "^2.5.1", + "logform": "^2.6.0", "mnemonist": "^0.39.5", "mongodb": "^6.1.0", - "poolifier": "^2.7.0", + "poolifier": "^3.0.3", "source-map-support": "^0.5.21", "tar": "^6.2.0", "tslib": "^2.6.2", - "winston": "^3.10.0", + "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.14.2" }, "optionalDependencies": { - "bufferutil": "^4.0.7", + "bufferutil": "^4.0.8", "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.7.1", - "@commitlint/config-conventional": "^17.7.0", - "@mikro-orm/cli": "^5.8.2", + "@commitlint/cli": "^17.8.0", + "@commitlint/config-conventional": "^17.8.0", + "@mikro-orm/cli": "^5.8.10", "@release-it/bumper": "^5.1.0", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.1.3", - "@types/mocha": "^10.0.1", - "@types/mochawesome": "^6.2.1", - "@types/node": "^20.6.3", - "@types/sinon": "^10.0.16", - "@types/tar": "^6.1.6", - "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^6.7.2", - "@typescript-eslint/parser": "^6.7.2", + "@rollup/plugin-json": "^6.0.1", + "@rollup/plugin-terser": "^0.4.4", + "@rollup/plugin-typescript": "^11.1.5", + "@types/node": "^20.8.7", + "@types/sinon": "^10.0.20", + "@types/tar": "^6.1.7", + "@types/ws": "^8.5.8", + "@typescript-eslint/eslint-plugin": "^6.8.0", + "@typescript-eslint/parser": "^6.8.0", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "eslint": "^8.49.0", + "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-typescript": "^3.6.0", + "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsdoc": "^46.8.2", - "eslint-plugin-n": "^16.1.0", - "eslint-plugin-prettier": "^5.0.0", + "eslint-plugin-n": "^16.2.0", + "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", + "glob": "^10.3.10", "husky": "^8.0.3", - "lint-staged": "^14.0.1", - "mocha": "^10.2.0", - "mochawesome": "^7.1.3", + "lint-staged": "^15.0.2", "prettier": "^3.0.3", - "release-it": "^16.1.5", - "rimraf": "^5.0.1", - "robohydra": "^0.6.9", - "rollup": "^3.29.2", + "release-it": "^16.2.1", + "rimraf": "^5.0.5", + "rollup": "^4.1.4", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.4", - "sinon": "^16.0.0", + "sinon": "^16.1.3", "ts-node": "^10.9.1", + "tsx": "^3.14.0", "typescript": "~5.2.2" } }