Skip to content

Commit a87b9da

Browse files
authored
Merge pull request #151 from Dahlgren/feature/update-dependencies
Update dependencies
2 parents 08c6e1e + 341f518 commit a87b9da

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ branches:
33
only:
44
- master
55
node_js:
6+
- "12"
67
- "10"
7-
- "9"
88
- "8"
9-
- "7"
109
- "6"
11-
- "5"
1210
- "4"
13-
- "0.12"
14-
- "0.10"
1511
before_install:
1612
- cp config.js.example config.js
1713
script:

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"filesize": "^3.1.0",
3232
"fs.extra": "~1.3.2",
3333
"gamedig": "0.2.25",
34-
"jquery": "^3.2.1",
34+
"jquery": "^3.5.0",
3535
"jquery.iframe-transport": "^1.0.0",
3636
"ladda": "1.0.5",
3737
"lodash": "^4.17.10",
@@ -41,7 +41,7 @@
4141
"serve-static": "^1.12.1",
4242
"slugify": "^1.1.0",
4343
"socket.io": "^1.0.4",
44-
"steam-workshop": "0.0.2",
44+
"steam-workshop": "0.0.4",
4545
"style-loader": "0.13.1",
4646
"sweetalert": "^1.1.3",
4747
"underscore": "^1.9.1",
@@ -52,10 +52,10 @@
5252
"winser": "^1.0.2"
5353
},
5454
"devDependencies": {
55-
"mocha": "~3.2.0",
56-
"should": "~13.0.1",
57-
"standard": "^14.3.1",
58-
"supertest": "^2.0.1",
59-
"timekeeper": "0.0.5"
55+
"mocha": "^5.2.0",
56+
"should": "^13.2.3",
57+
"standard": "^14.3.3",
58+
"supertest": "^4.0.2",
59+
"timekeeper": "^2.2.0"
6060
}
6161
}

0 commit comments

Comments
 (0)