chore(package): update dependencies

This commit is contained in:
Julien Fontanet 2018-01-26 13:29:56 +01:00
parent a4ab028ad6
commit 76a1c827d1
7 changed files with 661 additions and 629 deletions

View File

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

View File

@ -27,9 +27,9 @@
"lodash": "^4.17.4" "lodash": "^4.17.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.0.0-beta.37", "@babel/cli": "7.0.0-beta.38",
"@babel/core": "7.0.0-beta.37", "@babel/core": "7.0.0-beta.38",
"@babel/preset-env": "7.0.0-beta.37", "@babel/preset-env": "7.0.0-beta.38",
"babel-plugin-lodash": "^3.3.2", "babel-plugin-lodash": "^3.3.2",
"cross-env": "^5.1.1", "cross-env": "^5.1.1",
"rimraf": "^2.6.2" "rimraf": "^2.6.2"

View File

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

View File

@ -28,14 +28,14 @@
"node": ">=6" "node": ">=6"
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "7.0.0-beta.37", "@babel/polyfill": "7.0.0-beta.38",
"bluebird": "^3.5.1", "bluebird": "^3.5.1",
"chalk": "^2.2.0", "chalk": "^2.2.0",
"event-to-promise": "^0.8.0", "event-to-promise": "^0.8.0",
"exec-promise": "^0.7.0", "exec-promise": "^0.7.0",
"fs-promise": "^2.0.3", "fs-promise": "^2.0.3",
"got": "^8.0.1", "got": "^8.0.1",
"human-format": "^0.9.2", "human-format": "^0.10.0",
"l33teral": "^3.0.3", "l33teral": "^3.0.3",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"micromatch": "^3.1.3", "micromatch": "^3.1.3",
@ -49,10 +49,10 @@
"xo-lib": "^0.9.0" "xo-lib": "^0.9.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.0.0-beta.37", "@babel/cli": "7.0.0-beta.38",
"@babel/core": "7.0.0-beta.37", "@babel/core": "7.0.0-beta.38",
"@babel/preset-env": "7.0.0-beta.37", "@babel/preset-env": "7.0.0-beta.38",
"@babel/preset-flow": "7.0.0-beta.37", "@babel/preset-flow": "7.0.0-beta.38",
"babel-plugin-lodash": "^3.3.2", "babel-plugin-lodash": "^3.3.2",
"cross-env": "^5.1.3", "cross-env": "^5.1.3",
"rimraf": "^2.6.2" "rimraf": "^2.6.2"

View File

@ -35,7 +35,7 @@
"node": ">=4" "node": ">=4"
}, },
"dependencies": { "dependencies": {
"human-format": "^0.9.2", "human-format": "^0.10.0",
"lodash": "^4.13.1", "lodash": "^4.13.1",
"moment-timezone": "^0.5.13" "moment-timezone": "^0.5.13"
}, },

View File

@ -31,7 +31,7 @@
"node": ">=4" "node": ">=4"
}, },
"dependencies": { "dependencies": {
"nodemailer": "4.4.1", "nodemailer": "^4.4.1",
"nodemailer-markdown": "^1.0.1", "nodemailer-markdown": "^1.0.1",
"promise-toolbox": "^0.9.5" "promise-toolbox": "^0.9.5"
}, },

1256
yarn.lock

File diff suppressed because it is too large Load Diff