diff --git a/package.json b/package.json index 99eaaa90..91798584 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "babel-core": "6.26.3", "babel-loader": "8.0.6", "babel-plugin-dynamic-import-node": "2.3.0", - "fork-ts-checker-webpack-plugin": "1.6.0", + "fork-ts-checker-webpack-plugin": "2.0.0", "gh-pages": "2.1.1", "husky": "3.0.9", "jest": "24.9.0", diff --git a/yarn.lock b/yarn.lock index 08b2df99..0dd1ae2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5990,10 +5990,10 @@ fork-ts-checker-webpack-plugin@1.1.1: tapable "^1.0.0" worker-rpc "^0.1.0" -fork-ts-checker-webpack-plugin@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-1.6.0.tgz#a81fd1c6bf5258fa5318cf3e9a7e9bac006f7917" - integrity sha512-vqOY5gakcoon2s12V7MMe01OPwfgqulUWFzm+geQaPPOBKjW1I7aqqoBVlU0ECn97liMB0ECs16pRdIGe9qdRw== +fork-ts-checker-webpack-plugin@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-2.0.0.tgz#6b77f0ba7edbe03246721a9f0519e32eb5765f41" + integrity sha512-9FWDlYAkuJFvWW6/uykliAAbhneLOS1PK3z9DjFAt3BLaUsCcFHFFzICSot998J4VPvT6aA8F+XIlxE0q0G6Tg== dependencies: babel-code-frame "^6.22.0" chalk "^2.4.1"