From 0e1467707abf1f7efdfe32e78d42413ea2a52ab3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Aug 2020 09:46:49 +0000 Subject: [PATCH] chore(deps): update dependency fork-ts-checker-webpack-plugin to v5.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fea03f66..9ca05128 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "eslint-plugin-jsx-a11y": "6.3.1", "eslint-plugin-react": "7.20.6", "eslint-plugin-react-hooks": "4.1.0", - "fork-ts-checker-webpack-plugin": "5.0.14", + "fork-ts-checker-webpack-plugin": "5.1.0", "gh-pages": "3.1.0", "husky": "4.2.5", "jest": "26.4.0", diff --git a/yarn.lock b/yarn.lock index 09a34f8d..edc95a5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8075,10 +8075,10 @@ fork-ts-checker-webpack-plugin@1.5.0: tapable "^1.0.0" worker-rpc "^0.1.0" -fork-ts-checker-webpack-plugin@5.0.14: - version "5.0.14" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.0.14.tgz#83758b733ccd5d6e5780a72a5d5f099c353c108d" - integrity sha512-iwRdjgZx1Ll0DAMhmtOF4ffoICpiUxOqOHLrbIHmeCtZiwCrL/qscm+EXOJyzj3a9X8hLRLDEHy9FOyD6Gm42g== +fork-ts-checker-webpack-plugin@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.1.0.tgz#586fbee24aeea950c53bab529e32017f543e71cf" + integrity sha512-vuKyEjSLGbhQbEr5bifXXOkr9iV73L6n72mHoHIv7okvrf7O7z6RKeplM6C6ATPsukoQivij+Ba1vcptL60Z2g== dependencies: "@babel/code-frame" "^7.8.3" "@types/json-schema" "^7.0.5"