From f6d2ba2de7ec698d3f7e6cffa056c67da3fd3689 Mon Sep 17 00:00:00 2001 From: hothouse Date: Tue, 21 Jan 2020 00:03:09 +0000 Subject: [PATCH] chore(package): update dependencies to latest version repo: - jest: 23.2.0 -> 24.9.0 hothouse: client-npm: client-yarn: monorepo-lerna: monorepo-yarn-workspaces: types: --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 8970eda..b0f8c51 100644 --- a/package.json +++ b/package.json @@ -49,20 +49,20 @@ "@babel/register": "^7.0.0-beta.51", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", - "babel-jest": "^23.2.0", + "babel-jest": "^24.9.0", "can-npm-publish": "^1.3.1", - "dotenv-cli": "^1.4.0", - "eslint": "^5.0.0", - "eslint-config-prettier": "^3.0.1", - "eslint-config-standard": "^12.0.0", - "eslint-plugin-flowtype": "^3.0.0", + "dotenv-cli": "^3.1.0", + "eslint": "^6.8.0", + "eslint-config-prettier": "^6.9.0", + "eslint-config-standard": "^14.1.0", + "eslint-plugin-flowtype": "^4.6.0", "eslint-plugin-import": "^2.12.0", - "eslint-plugin-node": "^6.0.1", - "eslint-plugin-promise": "^3.8.0", - "eslint-plugin-standard": "^3.1.0", - "flow-bin": "^0.75.0", - "husky": "^0.14.3", - "jest": "^23.2.0", + "eslint-plugin-node": "^11.0.0", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-standard": "^4.0.1", + "flow-bin": "^0.116.1", + "husky": "^4.0.10", + "jest": "^24.9.0", "lerna": "^3.0.3", "lerna-changelog": "^0.8.0", "prettier": "^1.13.5",