From 332ee227f1bb726bf918138b6f038130f2e0a020 Mon Sep 17 00:00:00 2001
From: Nemanja Milosaviljevic <nemanja.milosavljevic@kiwigrid.com>
Date: Tue, 27 Nov 2018 10:08:25 +0100
Subject: [PATCH 1/2] Update the fork-ts-checker-webpack-plugin version to
 0.5.0 to fix the #245

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index ecfe37720..923074f2e 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
     "dotenv-expand": "4.2.0",
     "extract-text-webpack-plugin": "3.0.2",
     "file-loader": "1.1.5",
-    "fork-ts-checker-webpack-plugin": "^0.2.8",
+    "fork-ts-checker-webpack-plugin": "^0.5.0",
     "fs-extra": "3.0.1",
     "html-webpack-plugin": "2.29.0",
     "jest": "20.0.4",

From 1ef2c842030ffd0fd71859ef003a6b5edc4261df Mon Sep 17 00:00:00 2001
From: Nemanja Milosaviljevic <nemanja.milosavljevic@kiwigrid.com>
Date: Tue, 27 Nov 2018 10:23:32 +0100
Subject: [PATCH 2/2] Update the version

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 923074f2e..6eff44fd4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "react-scripts-ts",
-  "version": "3.1.0",
+  "version": "3.1.1",
   "description": "TypeScript configuration and scripts for Create React App.",
   "repository": "wmonk/create-react-app-typescript",
   "license": "BSD-3-Clause",