X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=package.json;h=7704de26ed99b8c37be12581e9d152be94856c8f;hb=2e3ac96de33fd8c94e746fee6a7dcde877d6ddc5;hp=a01e24e8f275f8b841dc3ca8b40c45e3c191e892;hpb=03474d3d5bc2b58509913987108040973e13f960;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index a01e24e8..7704de26 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ev-simulator", "version": "1.0.0", "engines": { - "node": "13.x.x" + "node": ">=13.14.0" }, "repository": { "type": "git", @@ -32,25 +32,26 @@ "flow:deps": "flow-typed install", "test": "echo \"Error: no test specified\" && exit 1", "clinic:clean": "clinic clean", - "npm-check": "npm-check" + "npm-check": "npm-check", + "git:sdiff": "git diff && git submodule foreach 'git diff'", + "git:supdate": "git submodule update --remote --merge", + "git:spush": "git push --recurse-submodules=on-demand" }, "dependencies": { - "uuid": "^7.0.3", + "uuid": "^8.0.0", "winston": "^3.2.1", "worker-threads-pool": "^2.0.0", - "ws": "^7.2.3" + "ws": "^7.3.0" }, "devDependencies": { "babel-eslint": "^10.1.0", "clinic": "^5.0.1", - "eslint": "^6.8.0", - "eslint-config-esnext": "^4.0.0", + "eslint": "^7.0.0", "eslint-config-google": "^0.14.0", "eslint-config-node": "^4.0.0", - "eslint-plugin-flowtype": "^4.7.0", + "eslint-plugin-flowtype": "^5.0.3", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", - "flow-bin": "^0.123.0", + "flow-bin": "^0.125.1", "flow-typed": "^3.1.0", "npm-check": "^5.9.2" }