X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=f1d72f8a34e3b83931d5e422df957451164b7d63;hb=b34f298bddc27f4d154fb6febe012dd51b5073a9;hp=e9c64be07392affbf31d5b99c153c299461b5269;hpb=ef0f7ca4cefddfb54e5e33ea8f4c53fbbb9d844e;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index e9c64be0..f1d72f8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.81", + "version": "1.1.83", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" @@ -29,19 +29,6 @@ "./dist/start.cjs", "./dist/start.mjs" ], - "lint-staged": { - "{src,test}/**/*.{js,ts}": [ - "prettier --write", - "eslint --cache --fix" - ], - "**/*.{json,md,yml}": [ - "prettier --write" - ], - "**/*.{js,mjs}": [ - "prettier --write", - "eslint --cache --fix" - ] - }, "auto-changelog": { "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}", "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}", @@ -54,8 +41,8 @@ }, "scripts": { "prepare": "node prepare.js", - "build-requirements": "node build-requirements.js", "prestart": "npm run build", + "build-requirements": "node build-requirements.js", "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.cjs", "start:debug": "cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.cjs", "start:dev": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.cjs", @@ -100,12 +87,11 @@ "mnemonist": "^0.39.3", "moment": "^2.29.4", "mongodb": "^4.10.0", - "poolifier": "^2.2.2", + "poolifier": "^2.3.3", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.11", "tslib": "^2.4.0", - "uuid": "^9.0.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.9.0" @@ -117,16 +103,15 @@ "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@mikro-orm/cli": "^5.4.2", - "@rollup/plugin-json": "^4.1.0", + "@rollup/plugin-json": "^5.0.0", "@types/mocha": "^10.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.8.3", + "@types/node": "^18.11.0", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.3", - "@types/uuid": "^8.3.4", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.0", + "@typescript-eslint/parser": "^5.40.0", "auto-changelog": "^2.4.0", "clinic": "^12.0.0", "cross-env": "^7.0.3", @@ -137,7 +122,7 @@ "eslint-plugin-jsdoc": "^39.3.6", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", - "expect": "^29.1.2", + "expect": "^29.2.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", "mocha": "^10.0.0", @@ -146,7 +131,7 @@ "prettier": "^2.7.1", "release-it": "^15.5.0", "robohydra": "^0.6.9", - "rollup": "^2.79.1", + "rollup": "^3.2.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0",