X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=96bb56d11797010f1957c1021135e68cfe11ca12;hb=c52bc9c7d89dedf0b12b2f255a4653bd17c593c0;hp=0f15f58b88a78c7061bd4c797b92ba5e261a31b8;hpb=9ae9812f03e6c6a68a539a9e15c6b6a50ba56755;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 0f15f58b..96bb56d1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ev-simulator", "version": "1.0.0", "engines": { - "node": "13.x.x" + "node": "14.x.x" }, "repository": { "type": "git", @@ -32,26 +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", - "winston": "^3.2.1", + "uuid": "^8.2.0", + "winston": "^3.3.3", "worker-threads-pool": "^2.0.0", - "ws": "^7.2.3" + "ws": "^7.3.1" }, "devDependencies": { "babel-eslint": "^10.1.0", - "clinic": "^5.0.1", - "eslint": "^6.8.0", - "eslint-config-esnext": "^4.0.0", + "clinic": "^6.0.2", + "eslint": "^7.5.0", "eslint-config-google": "^0.14.0", - "eslint-config-node": "^4.0.0", - "eslint-plugin-flowtype": "^4.7.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", - "flow-bin": "^0.122.0", - "flow-typed": "^3.1.0", + "eslint-config-node": "^4.1.0", + "eslint-plugin-flowtype": "^5.2.0", + "flow-bin": "^0.129.0", + "flow-typed": "^3.2.0", "npm-check": "^5.9.2" } }