chore(package): update dependencies

This commit is contained in:
Julien Fontanet 2018-01-09 13:59:58 +01:00
parent 6f6e760a25
commit 6281374cf3
8 changed files with 408 additions and 419 deletions

View File

@ -9,7 +9,7 @@
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"exec-promise": "^0.7.0",
"flow-bin": "^0.62.0",
"flow-bin": "^0.63.1",
"husky": "^0.14.3",
"jest": "^22.0.4",
"lint-staged": "^6.0.0",

View File

@ -24,13 +24,13 @@
"node": ">=4"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.36",
"@babel/polyfill": "7.0.0-beta.37",
"lodash": "^4.17.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.36",
"@babel/core": "^7.0.0-beta.36",
"@babel/preset-env": "^7.0.0-beta.36",
"@babel/cli": "7.0.0-beta.37",
"@babel/core": "7.0.0-beta.37",
"@babel/preset-env": "7.0.0-beta.37",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^5.1.1",
"rimraf": "^2.6.2"

View File

@ -24,13 +24,13 @@
"node": ">=4"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.36"
"@babel/polyfill": "7.0.0-beta.37"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.36",
"@babel/core": "^7.0.0-beta.36",
"@babel/preset-env": "^7.0.0-beta.36",
"@babel/preset-flow": "^7.0.0-beta.36",
"@babel/cli": "7.0.0-beta.37",
"@babel/core": "7.0.0-beta.37",
"@babel/preset-env": "7.0.0-beta.37",
"@babel/preset-flow": "7.0.0-beta.37",
"cross-env": "^5.1.3",
"rimraf": "^2.6.2"
},

View File

@ -28,7 +28,7 @@
"node": ">=6"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.36",
"@babel/polyfill": "7.0.0-beta.37",
"bluebird": "^3.5.1",
"chalk": "^2.2.0",
"event-to-promise": "^0.8.0",
@ -49,10 +49,10 @@
"xo-lib": "^0.9.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.36",
"@babel/core": "^7.0.0-beta.36",
"@babel/preset-env": "^7.0.0-beta.36",
"@babel/preset-flow": "^7.0.0-beta.36",
"@babel/cli": "7.0.0-beta.37",
"@babel/core": "7.0.0-beta.37",
"@babel/preset-env": "7.0.0-beta.37",
"@babel/preset-flow": "7.0.0-beta.37",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^5.1.3",
"rimraf": "^2.6.2"

View File

@ -28,7 +28,7 @@
"node": ">=4"
},
"dependencies": {
"jsonrpc-websocket-client": "^0.2.0",
"jsonrpc-websocket-client": "^0.3.0",
"lodash": "^4.17.2",
"make-error": "^1.0.4"
},

View File

@ -36,7 +36,7 @@
"babel-runtime": "^6.22.0",
"event-to-promise": "^0.8.0",
"exec-promise": "^0.7.0",
"inquirer": "^4.0.1",
"inquirer": "^5.0.0",
"ldapjs": "^1.0.1",
"lodash": "^4.17.4",
"promise-toolbox": "^0.9.5"

View File

@ -33,7 +33,7 @@
"dependencies": {
"babel-runtime": "^6.20.0",
"event-to-promise": "^0.8.0",
"jsonrpc-websocket-client": "^0.2.0",
"jsonrpc-websocket-client": "^0.3.0",
"superagent": "^3.8.2"
},
"devDependencies": {

791
yarn.lock

File diff suppressed because it is too large Load Diff