Skip to content
This repository was archived by the owner on May 14, 2019. It is now read-only.

Commit 6df9aa5

Browse files
committed
fix: Bump dependencies
1 parent 064380a commit 6df9aa5

File tree

2 files changed

+1367
-526
lines changed

2 files changed

+1367
-526
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,37 +54,37 @@
5454
]
5555
},
5656
"dependencies": {
57-
"babel-runtime": "^6.23.0",
58-
"cosmiconfig": "git://github.com/sudo-suhas/cosmiconfig.git#feat_load_sync",
59-
"debug": "^2.6.8",
60-
"elastic-builder": "^0.4.4",
57+
"babel-runtime": "^6.26.0",
58+
"cosmiconfig": "^3.1.0",
59+
"debug": "^3.1.0",
60+
"elastic-builder": "^1.1.3",
6161
"lodash.hasin": "^4.5.2",
6262
"lodash.isempty": "^4.4.0",
6363
"lodash.isfunction": "^3.0.8",
6464
"lodash.isnil": "^4.0.0",
6565
"lodash.isstring": "^4.0.1"
6666
},
6767
"devDependencies": {
68-
"babel-cli": "^6.24.1",
69-
"babel-core": "^6.25.0",
70-
"babel-jest": "^20.0.3",
68+
"babel-cli": "^6.26.0",
69+
"babel-core": "^6.26.0",
70+
"babel-jest": "^21.2.0",
7171
"babel-plugin-transform-runtime": "^6.23.0",
7272
"babel-preset-env": "^1.6.0",
73-
"babel-register": "^6.24.1",
74-
"coveralls": "^2.13.1",
75-
"cross-env": "^5.0.1",
76-
"documentation": "^4.0.0-rc.1",
77-
"eslint": "^4.2.0",
78-
"eslint-plugin-jest": "^20.0.3",
79-
"eslint-plugin-prettier": "^2.1.2",
80-
"jest": "^20.0.4",
73+
"babel-register": "^6.26.0",
74+
"coveralls": "^3.0.0",
75+
"cross-env": "^5.0.5",
76+
"documentation": "^5.3.2",
77+
"eslint": "^4.8.0",
78+
"eslint-plugin-jest": "^21.2.0",
79+
"eslint-plugin-prettier": "^2.3.1",
80+
"jest": "^21.2.1",
8181
"js-combinatorics": "^0.5.2",
82-
"lint-staged": "^4.0.1",
82+
"lint-staged": "^4.2.3",
8383
"pegjs": "^0.10.0",
8484
"pre-commit": "^1.2.2",
85-
"prettier": "^1.5.2",
85+
"prettier": "^1.7.4",
8686
"strip-loader": "^0.1.2",
8787
"uglifyjs-webpack-plugin": "^1.0.0-beta.1",
88-
"webpack": "^3.2.0"
88+
"webpack": "^3.6.0"
8989
}
9090
}

0 commit comments

Comments
 (0)