From 997014bcf052ade4c1b97d12f498e456641e7aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 19 Feb 2019 11:26:38 -0600 Subject: [PATCH] Update ts-jest requirement from ^23.10.5 to ^24.0.0 (#16) Updates the requirements on [ts-jest](https://github.com/kulshekhar/ts-jest) to permit the latest version. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v23.10.5...v24.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 767b0e3..3132a00 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "jest": "^24.1.0", "np": "^4.0.2", "redux": "^4.0.1", - "ts-jest": "^23.10.5", + "ts-jest": "^24.0.0", "tslint": "^5.12.1", "tslint-ionic-rules": "0.0.21" },