chore: update dependencies
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.0.1",
|
||||
"eslint": "^4.12.0",
|
||||
"eslint-config-standard": "^10.2.1",
|
||||
"eslint": "^4.13.1",
|
||||
"eslint-config-standard": "^11.0.0-beta.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-node": "^5.2.1",
|
||||
"eslint-plugin-promise": "^3.6.0",
|
||||
"eslint-plugin-standard": "^3.0.1",
|
||||
"exec-promise": "^0.7.0",
|
||||
"husky": "^0.14.3",
|
||||
"jest": "^21.2.1",
|
||||
"lint-staged": "^5.0.0",
|
||||
"jest": "^22.0.0",
|
||||
"lint-staged": "^6.0.0",
|
||||
"lodash": "^4.17.4",
|
||||
"promise-toolbox": "^0.9.5",
|
||||
"sorted-object": "^2.0.1"
|
||||
|
||||
@@ -12,11 +12,11 @@ module.exports = {
|
||||
debug: true,
|
||||
loose: true,
|
||||
targets: {
|
||||
node: process.env.NODE_ENV === 'production' ? '6' : 'current'
|
||||
node: process.env.NODE_ENV === 'production' ? '6' : 'current',
|
||||
},
|
||||
useBuiltIns: 'usage'
|
||||
}
|
||||
useBuiltIns: 'usage',
|
||||
},
|
||||
],
|
||||
'flow'
|
||||
]
|
||||
'flow',
|
||||
],
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"exec-promise": "^0.7.0",
|
||||
"fs-promise": "^2.0.3",
|
||||
"got": "^8.0.1",
|
||||
"human-format": "^0.9.0",
|
||||
"human-format": "^0.9.2",
|
||||
"l33teral": "^3.0.3",
|
||||
"lodash": "^4.17.4",
|
||||
"micromatch": "^3.1.3",
|
||||
@@ -54,7 +54,7 @@
|
||||
"babel-preset-env": "^7.0.0-beta.3",
|
||||
"babel-preset-flow": "^7.0.0-beta.3",
|
||||
"cross-env": "^5.1.0",
|
||||
"flow-bin": "^0.60.1",
|
||||
"flow-bin": "^0.61.0",
|
||||
"rimraf": "^2.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"node": ">=4"
|
||||
},
|
||||
"dependencies": {
|
||||
"human-format": "^0.9.0",
|
||||
"human-format": "^0.9.2",
|
||||
"lodash": "^4.13.1",
|
||||
"moment-timezone": "^0.5.13"
|
||||
},
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"babel-runtime": "^6.20.0",
|
||||
"event-to-promise": "^0.8.0",
|
||||
"jsonrpc-websocket-client": "^0.2.0",
|
||||
"superagent": "^3.4.4"
|
||||
"superagent": "^3.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.18.0",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"node": ">=4"
|
||||
},
|
||||
"dependencies": {
|
||||
"nodemailer": "4.4.0",
|
||||
"nodemailer": "4.4.1",
|
||||
"nodemailer-markdown": "^1.0.1",
|
||||
"promise-toolbox": "^0.9.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user