Skip to content

Commit a21fbd9

Browse files
committedAug 22, 2017
chore(deps): update dev dependencies
1 parent 79c70c2 commit a21fbd9

File tree

2 files changed

+3410
-10
lines changed

2 files changed

+3410
-10
lines changed
 

‎package.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,27 @@
1919
],
2020
"author": "Vojta Jina <vojta.jina@gmail.com>",
2121
"dependencies": {
22-
"q": "^1.4.1",
23-
"sauce-connect-launcher": "^1.2.0",
24-
"saucelabs": "^1.3.0",
25-
"wd": "^1.0.0"
22+
"q": "^1.5.0",
23+
"sauce-connect-launcher": "^1.2.2",
24+
"saucelabs": "^1.4.0",
25+
"wd": "^1.4.0"
2626
},
2727
"license": "MIT",
2828
"devDependencies": {
29-
"eslint-config-standard": "^6.0.1",
30-
"eslint-plugin-promise": "3.3.0",
31-
"eslint-plugin-standard": "^2.0.0",
29+
"eslint-config-standard": "^10.2.1",
30+
"eslint-plugin-import": "^2.7.0",
31+
"eslint-plugin-node": "^5.1.1",
32+
"eslint-plugin-promise": "3.5.0",
33+
"eslint-plugin-standard": "^3.0.1",
3234
"grunt": "^1.0.1",
33-
"grunt-auto-release": "^0.0.6",
35+
"grunt-auto-release": "^0.0.7",
3436
"grunt-bump": "^0.8.0",
3537
"grunt-conventional-changelog": "^6.1.0",
3638
"grunt-conventional-github-releaser": "^1.0.0",
37-
"grunt-eslint": "^19.0.0",
39+
"grunt-eslint": "^20.0.0",
3840
"grunt-karma": "2.x",
3941
"grunt-npm": "^0.0.2",
40-
"jasmine": "^2.5.2",
42+
"jasmine": "^2.7.0",
4143
"karma": "1.x || ^0.13.11",
4244
"karma-jasmine": "1.x || ^0.3.6",
4345
"karma-sauce-launcher": "1.x || *",

‎yarn.lock

+3,398
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.