From c5a30abce03046dabb00e8825b09ea6da29af9c9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 14:29:36 -0800 Subject: [PATCH] =?UTF-8?q?Update=20ts-jest=20to=20the=20latest=20version?= =?UTF-8?q?=20=EF=BF=BD=20(#768)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The devDependency [ts-jest](https://github.com/kulshekhar/ts-jest) was updated from `24.3.0` to `25.1.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [kul](https://www.npmjs.com/~kul) **License:** MIT [Find out more about this release](https://github.com/kulshekhar/ts-jest). ---
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/768 Reviewed By: mweststrate Differential Revision: D19639975 Pulled By: passy fbshipit-source-id: d3e344d54d76127476c42146e2cc6c4c578d89c8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31cc8f171..867a5482f 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "prettier": "^1.19.1", "react-async": "^10.0.0", "redux-mock-store": "^1.5.3", - "ts-jest": "^24.1.0", + "ts-jest": "^25.1.0", "typescript": "^3.7.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index cf4564d9f..685b541bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8916,10 +8916,10 @@ truncate-utf8-bytes@^1.0.0: dependencies: utf8-byte-length "^1.0.1" -ts-jest@^24.1.0: - version "24.1.0" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.1.0.tgz#2eaa813271a2987b7e6c3fefbda196301c131734" - integrity sha512-HEGfrIEAZKfu1pkaxB9au17b1d9b56YZSqz5eCVE8mX68+5reOvlM93xGOzzCREIov9mdH7JBG+s0UyNAqr0tQ== +ts-jest@^25.1.0: + version "25.1.0" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.1.0.tgz#06e776c4cce8a4da8eec4945f36a5823d0c0f9ba" + integrity sha512-1Lf576ulKhbxX5og+tG8udVg/5cgcMLPBxp1iCqbbf6VvUK4gEsgAtzMjl8u98izhLrzKMPB0LxCBKEZ5l19Hw== dependencies: bs-logger "0.x" buffer-from "1.x"