From fb76c1e48ed90338586adfffb8b4674a3f389159 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Wed, 28 Dec 2016 20:54:11 -0500 Subject: [PATCH] chore(package): update jest to version 18.0.0 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22a6015..94cb4a6 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.3.0", "flow-bin": "^0.37.0", - "jest": "^17.0.0" + "jest": "^18.0.0" }, "scripts": { "test": "npm run test:flow && npm run test:lint && npm run test:unit",