Properly separate eslint run between UI and main code
[e-mobility-charging-stations-simulator.git] / package.json
index f1d72f8a34e3b83931d5e422df957451164b7d63..c2ed8b39d62d35f53aa57330e8479afea3a97bf3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.83",
+  "version": "1.1.84",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
     "lint": "cross-env TIMING=1 eslint --cache --ext .js,.ts src",
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src",
     "format": "prettier --write .",
-    "test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} nyc mocha test/**/*Test.ts",
+    "test": "nyc mocha test/**/*Test.ts",
     "coverage": "nyc report --reporter=lcov",
     "coverage:html": "nyc report --reporter=html",
     "clinic:clean": "clinic clean",
-    "npm-check": "npx npm-check",
     "robohydra": "robohydra test/robohydra/config.json",
     "git:sinit": "git submodule update --init --recursive --force",
     "git:sdiff": "git diff && git submodule foreach 'git diff'",
     "basic-ftp": "^5.0.2",
     "chalk": "^4.1.2",
     "http-status-codes": "^2.2.0",
-    "mnemonist": "^0.39.3",
+    "mnemonist": "^0.39.4",
     "moment": "^2.29.4",
-    "mongodb": "^4.10.0",
-    "poolifier": "^2.3.3",
+    "mongodb": "^4.11.0",
+    "poolifier": "^2.3.4",
     "proper-lockfile": "^4.1.2",
     "source-map-support": "^0.5.21",
     "tar": "^6.1.11",
@@ -97,8 +96,8 @@
     "ws": "^8.9.0"
   },
   "optionalDependencies": {
-    "bufferutil": "^4.0.6",
-    "utf-8-validate": "^5.0.9"
+    "bufferutil": "^4.0.7",
+    "utf-8-validate": "^5.0.10"
   },
   "devDependencies": {
     "@istanbuljs/nyc-config-typescript": "^1.0.2",
     "@rollup/plugin-json": "^5.0.0",
     "@types/mocha": "^10.0.0",
     "@types/mochawesome": "^6.2.1",
-    "@types/node": "^18.11.0",
+    "@types/node": "^18.11.2",
     "@types/proper-lockfile": "^4.1.2",
     "@types/tar": "^6.1.3",
     "@types/ws": "^8.5.3",
-    "@typescript-eslint/eslint-plugin": "^5.40.0",
-    "@typescript-eslint/parser": "^5.40.0",
+    "@typescript-eslint/eslint-plugin": "^5.40.1",
+    "@typescript-eslint/parser": "^5.40.1",
     "auto-changelog": "^2.4.0",
     "clinic": "^12.0.0",
     "cross-env": "^7.0.3",
     "eslint": "^8.25.0",
     "eslint-config-prettier": "^8.5.0",
-    "eslint-import-resolver-typescript": "^3.5.1",
+    "eslint-import-resolver-typescript": "^3.5.2",
     "eslint-plugin-import": "^2.26.0",
-    "eslint-plugin-jsdoc": "^39.3.6",
-    "eslint-plugin-node": "^11.1.0",
+    "eslint-plugin-jsdoc": "^39.3.14",
+    "eslint-plugin-n": "^15.3.0",
     "eslint-plugin-prettier": "^4.2.1",
-    "expect": "^29.2.0",
+    "expect": "^29.2.1",
     "husky": "^8.0.1",
     "lint-staged": "^13.0.3",
-    "mocha": "^10.0.0",
+    "mocha": "^10.1.0",
     "mochawesome": "^7.1.3",
     "nyc": "^15.1.0",
     "prettier": "^2.7.1",
     "release-it": "^15.5.0",
     "robohydra": "^0.6.9",
-    "rollup": "^3.2.0",
+    "rollup": "^2.79.1",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-copy": "^3.4.0",
     "rollup-plugin-delete": "^2.0.0",