Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 6c719d2

Browse files
feat(deps): update to the latest
1 parent 4c9a2e9 commit 6c719d2

File tree

2 files changed

+1933
-11
lines changed

2 files changed

+1933
-11
lines changed

package.json

+14-11
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,27 @@
1717
"dependencies": {
1818
"browserstack": "1.5.0",
1919
"browserstacktunnel-wrapper": "~2.0.1",
20-
"q": "~1.4.1"
20+
"q": "~1.5.0"
2121
},
2222
"peerDependencies": {
2323
"karma": ">=0.9"
2424
},
2525
"license": "MIT",
2626
"devDependencies": {
27-
"eslint": "^3.14.1",
28-
"eslint-config-standard": "^4.0.0",
29-
"eslint-plugin-standard": "^1.2.0",
30-
"grunt": "~0.4.5",
31-
"grunt-auto-release": "0.0.6",
32-
"grunt-bump": "~0.5.0",
33-
"grunt-conventional-changelog": "^4.1.0",
34-
"grunt-conventional-github-releaser": "^0.4.0",
35-
"grunt-eslint": "^17.0.0",
27+
"eslint": "^4.1.1",
28+
"eslint-config-standard": "^10.2.1",
29+
"eslint-plugin-import": "^2.6.0",
30+
"eslint-plugin-node": "^5.1.0",
31+
"eslint-plugin-promise": "^3.5.0",
32+
"eslint-plugin-standard": "^3.0.1",
33+
"grunt": "~1.0.1",
34+
"grunt-auto-release": "0.0.7",
35+
"grunt-bump": "~0.8.0",
36+
"grunt-conventional-changelog": "^6.1.0",
37+
"grunt-conventional-github-releaser": "^1.0.0",
38+
"grunt-eslint": "^20.0.0",
3639
"grunt-npm": "~0.0.2",
37-
"load-grunt-tasks": "^3.2.0"
40+
"load-grunt-tasks": "^3.5.2"
3841
},
3942
"contributors": [
4043
"Friedel Ziegelmayer <[email protected]>",

0 commit comments

Comments
 (0)