Update node engine to 14.x.x
[e-mobility-charging-stations-simulator.git] / package.json
index 83b9caf4642590d5d24797cc780715e2db81b5db..d84b89253601ebf849d4a257429906c028003f5b 100644 (file)
@@ -2,7 +2,7 @@
   "name": "ev-simulator",
   "version": "1.0.0",
   "engines": {
-    "node": "12.x.x"
+    "node": "14.x.x"
   },
   "repository": {
     "type": "git",
     "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.122.0",
+    "flow-bin": "^0.125.1",
     "flow-typed": "^3.1.0",
     "npm-check": "^5.9.2"
   }