Merge pull request #151 from Dahlgren/feature/update-dependencies

Update dependencies
This commit is contained in:
Björn Dahlgren
2020-04-10 21:15:22 +02:00
committed by GitHub
2 changed files with 8 additions and 12 deletions

View File

@ -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:

View File

@ -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"
}
}