X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=package.json;h=79673562b453e32f396ac1f210261c3bc73c6440;hb=03551737d706ec2e6c87d69ffd2b8aa253fdff98;hp=77a0b25d37782398822ddecacacf3c7bf61ff533;hpb=1dcc83343029ad4fad11ac9751673d6001b64f6a;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 77a0b25d..79673562 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.37", + "version": "1.0.41", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -50,7 +50,6 @@ "lint": "cross-env TIMING=1 eslint --ext .js,.ts src", "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src", "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", - "pretest": "npm run build:dev", "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc mocha test/**/*Test.ts", "coverage": "nyc report --reporter=lcov", "coverage:html": "nyc report --reporter=html", @@ -88,8 +87,8 @@ "@types/tar": "^4.0.5", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7", - "@typescript-eslint/eslint-plugin": "^4.29.2", - "@typescript-eslint/parser": "^4.29.2", + "@typescript-eslint/eslint-plugin": "^4.29.3", + "@typescript-eslint/parser": "^4.29.3", "auto-changelog": "^2.3.0", "clinic": "^9.0.0", "cross-env": "^7.0.3", @@ -105,7 +104,7 @@ "nyc": "^15.1.0", "release-it": "^14.11.5", "robohydra": "^0.6.9", - "rollup": "^2.56.2", + "rollup": "^2.56.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0",