From 7ab227e27b752f65764f0ce169719b77024784c1 Mon Sep 17 00:00:00 2001 From: Pavel Lang Date: Thu, 17 Aug 2017 03:56:54 +0200 Subject: [PATCH] chore: upgrade jest-codemods, update others --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 77ab141c3..acafdd1d0 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "husky": "^0.14.1", "identity-obj-proxy": "^3.0.0", "jest": "^20.0.4", - "jest-codemods": "^0.10.1", + "jest-codemods": "^0.11.2", "jscodeshift": "^0.3.32", "lint-staged": "^4.0.0", "markdown-it": "^8.3.1", diff --git a/yarn.lock b/yarn.lock index 70486370b..08a3a4755 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4522,9 +4522,9 @@ jest-cli@^20.0.4: worker-farm "^1.3.1" yargs "^7.0.2" -jest-codemods@^0.10.1: - version "0.10.2" - resolved "https://registry.yarnpkg.com/jest-codemods/-/jest-codemods-0.10.2.tgz#a3abbaf05aa626780e2ba02153a2f6c7ff308397" +jest-codemods@^0.11.2: + version "0.11.2" + resolved "https://registry.yarnpkg.com/jest-codemods/-/jest-codemods-0.11.2.tgz#e6e7b315eff8765d8ac2f765915cfa67e479571a" dependencies: chalk "~1.1.3" execa "~0.4.0"