X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e62534f0eaf4a74418f44996432cbd25e650a457;hb=9063f02826977bcccf47a52b2f63177b4cd7ba8d;hp=64bfc01ef2e6b1d7e4096bbbe2f8e20fa2a5df64;hpb=5226ae708bb63d73e47abf769a30a11cd3b9e467;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 64bfc01e..e62534f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$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" @@ -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,15 +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": "glob -c \"c8 node --loader tsx --no-warnings=ExperimentalWarning --test\" \"test/**/*.test.ts\"", - "test:debug": "glob -c \"node --loader tsx --no-warnings=ExperimentalWarning --test --inspect\" \"test/**/*.test.ts\"", + "test": "glob -c \"c8 node --loader tsx --no-warnings=ExperimentalWarning --test\" \"tests/**/*.test.ts\"", + "test:debug": "glob -c \"node --loader tsx --no-warnings=ExperimentalWarning --test --inspect\" \"tests/**/*.test.ts\"", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", "clinic:clean": "clinic clean", - "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": { @@ -98,10 +94,10 @@ } }, "dependencies": { - "@mikro-orm/core": "^5.8.4", - "@mikro-orm/mariadb": "^5.8.4", - "@mikro-orm/reflection": "^5.8.4", - "@mikro-orm/sqlite": "^5.8.4", + "@mikro-orm/core": "^5.8.7", + "@mikro-orm/mariadb": "^5.8.7", + "@mikro-orm/reflection": "^5.8.7", + "@mikro-orm/sqlite": "^5.8.7", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.3", @@ -112,7 +108,7 @@ "logform": "^2.5.1", "mnemonist": "^0.39.5", "mongodb": "^6.1.0", - "poolifier": "^2.7.4", + "poolifier": "^2.7.5", "source-map-support": "^0.5.21", "tar": "^6.2.0", "tslib": "^2.6.2", @@ -127,17 +123,17 @@ "devDependencies": { "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", - "@mikro-orm/cli": "^5.8.4", + "@mikro-orm/cli": "^5.8.7", "@release-it/bumper": "^5.1.0", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.1.4", - "@types/node": "^20.7.2", - "@types/sinon": "^10.0.17", + "@rollup/plugin-json": "^6.0.1", + "@rollup/plugin-terser": "^0.4.4", + "@rollup/plugin-typescript": "^11.1.5", + "@types/node": "^20.8.2", + "@types/sinon": "^10.0.18", "@types/tar": "^6.1.6", "@types/ws": "^8.5.6", - "@typescript-eslint/eslint-plugin": "^6.7.3", - "@typescript-eslint/parser": "^6.7.3", + "@typescript-eslint/eslint-plugin": "^6.7.4", + "@typescript-eslint/parser": "^6.7.4", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", @@ -158,11 +154,11 @@ "prettier": "^3.0.3", "release-it": "^16.2.1", "rimraf": "^5.0.5", - "rollup": "^3.29.4", + "rollup": "^4.0.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.4", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "ts-node": "^10.9.1", "tsx": "^3.13.0", "typescript": "~5.2.2"