summaryrefslogtreecommitdiffstats
path: root/server/package.json
diff options
context:
space:
mode:
authorJannik Schönartz2018-10-10 17:00:56 +0200
committerJannik Schönartz2018-10-10 17:00:56 +0200
commit353761b07015a26841549cc259ae0687bc8e4865 (patch)
tree4df55e5d5990a2d0bc150dd5d1c768915f2d3dff /server/package.json
parent[webapp/configurator] fix deleted configs/entries still being selected after ... (diff)
downloadbas-353761b07015a26841549cc259ae0687bc8e4865.tar.gz
bas-353761b07015a26841549cc259ae0687bc8e4865.tar.xz
bas-353761b07015a26841549cc259ae0687bc8e4865.zip
[registration] Add dbs and code for the registration scripts
Add Table for the registration hooks. Add Table for the hooks - groups association. Add nexthook for the minilinux to pull the next bash script. Add state for setting the new script after completing the current one.
Diffstat (limited to 'server/package.json')
-rw-r--r--server/package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/server/package.json b/server/package.json
index 90e5c84..09bbb42 100644
--- a/server/package.json
+++ b/server/package.json
@@ -26,10 +26,11 @@
"standard": "^11.0.1"
},
"devDependencies": {
- "eslint-config-standard": "^11.0.0",
+ "eslint": "^5.6.1",
+ "eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
- "eslint-plugin-node": "^6.0.1",
- "eslint-plugin-promise": "^3.8.0",
- "eslint-plugin-standard": "^3.1.0"
+ "eslint-plugin-node": "^7.0.1",
+ "eslint-plugin-promise": "^4.0.1",
+ "eslint-plugin-standard": "^4.0.0"
}
}