diff --git a/.travis.yml b/.travis.yml index 6bad715..1fc42b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,11 @@ branches: only: - master node_js: + - "12" - "10" - - "9" - "8" - - "7" - "6" - - "5" - "4" - - "0.12" - - "0.10" before_install: - cp config.js.example config.js script: diff --git a/package.json b/package.json index 89540ca..c17a3ad 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "filesize": "^3.1.0", "fs.extra": "~1.3.2", "gamedig": "0.2.25", - "jquery": "^3.2.1", + "jquery": "^3.5.0", "jquery.iframe-transport": "^1.0.0", "ladda": "1.0.5", "lodash": "^4.17.10", @@ -41,7 +41,7 @@ "serve-static": "^1.12.1", "slugify": "^1.1.0", "socket.io": "^1.0.4", - "steam-workshop": "0.0.2", + "steam-workshop": "0.0.4", "style-loader": "0.13.1", "sweetalert": "^1.1.3", "underscore": "^1.9.1", @@ -52,10 +52,10 @@ "winser": "^1.0.2" }, "devDependencies": { - "mocha": "~3.2.0", - "should": "~13.0.1", - "standard": "^14.3.1", - "supertest": "^2.0.1", - "timekeeper": "0.0.5" + "mocha": "^5.2.0", + "should": "^13.2.3", + "standard": "^14.3.3", + "supertest": "^4.0.2", + "timekeeper": "^2.2.0" } }