Skip to content

Commit 60f0c9e

Browse files
chore(deps-dev): bump fork-ts-checker-webpack-plugin from 3.1.1 to 4.0.1
1 parent 3176e3d commit 60f0c9e

File tree

2 files changed

+10
-58
lines changed

2 files changed

+10
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/sinon-chai": "^3.2.3",
3030
"@types/webpack": "^4.41.0",
3131
"codecov": "^3.6.1",
32-
"fork-ts-checker-webpack-plugin": "^3.1.1",
32+
"fork-ts-checker-webpack-plugin": "^4.0.1",
3333
"happypack": "^5.0.1",
3434
"html-webpack-plugin": "^3.2.0",
3535
"husky": "^4.0.0",

yarn.lock

Lines changed: 9 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -859,14 +859,6 @@ anymatch@^2.0.0:
859859
micromatch "^3.1.4"
860860
normalize-path "^2.1.1"
861861

862-
anymatch@~3.1.1:
863-
version "3.1.1"
864-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
865-
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
866-
dependencies:
867-
normalize-path "^3.0.0"
868-
picomatch "^2.0.4"
869-
870862
aproba@^1.0.3, aproba@^1.1.1:
871863
version "1.2.0"
872864
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -1130,11 +1122,6 @@ binary-extensions@^1.0.0:
11301122
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
11311123
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
11321124

1133-
binary-extensions@^2.0.0:
1134-
version "2.0.0"
1135-
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
1136-
integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==
1137-
11381125
bluebird@^3.5.5:
11391126
version "3.7.2"
11401127
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
@@ -1202,7 +1189,7 @@ braces@^2.3.1, braces@^2.3.2:
12021189
split-string "^3.0.2"
12031190
to-regex "^3.0.1"
12041191

1205-
braces@^3.0.1, braces@~3.0.2:
1192+
braces@^3.0.1:
12061193
version "3.0.2"
12071194
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
12081195
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -1485,21 +1472,6 @@ chokidar@^2.0.2, chokidar@^2.1.8:
14851472
optionalDependencies:
14861473
fsevents "^1.2.7"
14871474

1488-
chokidar@^3.3.0:
1489-
version "3.3.0"
1490-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6"
1491-
integrity sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==
1492-
dependencies:
1493-
anymatch "~3.1.1"
1494-
braces "~3.0.2"
1495-
glob-parent "~5.1.0"
1496-
is-binary-path "~2.1.0"
1497-
is-glob "~4.0.1"
1498-
normalize-path "~3.0.0"
1499-
readdirp "~3.2.0"
1500-
optionalDependencies:
1501-
fsevents "~2.1.1"
1502-
15031475
chownr@^1.1.1:
15041476
version "1.1.3"
15051477
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142"
@@ -3007,14 +2979,13 @@ forever-agent@~0.6.1:
30072979
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
30082980
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
30092981

3010-
fork-ts-checker-webpack-plugin@^3.1.1:
3011-
version "3.1.1"
3012-
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz#a1642c0d3e65f50c2cc1742e9c0a80f441f86b19"
3013-
integrity sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ==
2982+
fork-ts-checker-webpack-plugin@^4.0.1:
2983+
version "4.0.1"
2984+
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.0.1.tgz#d2eac44dc9957828bf2716dd11844320e7486799"
2985+
integrity sha512-OoUUhzyHoF3pFphHXgFAtlRBZ9v8tAYJPUtizpN6SdwBmJqKeXuHWcAhHqek02lf+6ClbXG5X7taEUxk68yiCg==
30142986
dependencies:
30152987
babel-code-frame "^6.22.0"
30162988
chalk "^2.4.1"
3017-
chokidar "^3.3.0"
30182989
micromatch "^3.1.10"
30192990
minimatch "^3.0.4"
30202991
semver "^5.6.0"
@@ -3085,11 +3056,6 @@ fsevents@^1.2.7:
30853056
nan "^2.12.1"
30863057
node-pre-gyp "^0.12.0"
30873058

3088-
fsevents@~2.1.1:
3089-
version "2.1.2"
3090-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
3091-
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
3092-
30933059
function-bind@^1.1.1:
30943060
version "1.1.1"
30953061
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3168,7 +3134,7 @@ glob-parent@^3.1.0:
31683134
is-glob "^3.1.0"
31693135
path-dirname "^1.0.0"
31703136

3171-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
3137+
glob-parent@^5.0.0, glob-parent@^5.1.0:
31723138
version "5.1.0"
31733139
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
31743140
integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==
@@ -3777,13 +3743,6 @@ is-binary-path@^1.0.0:
37773743
dependencies:
37783744
binary-extensions "^1.0.0"
37793745

3780-
is-binary-path@~2.1.0:
3781-
version "2.1.0"
3782-
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
3783-
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
3784-
dependencies:
3785-
binary-extensions "^2.0.0"
3786-
37873746
is-buffer@^1.1.5:
37883747
version "1.1.6"
37893748
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -3884,7 +3843,7 @@ is-glob@^3.1.0:
38843843
dependencies:
38853844
is-extglob "^2.1.0"
38863845

3887-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
3846+
is-glob@^4.0.0, is-glob@^4.0.1:
38883847
version "4.0.1"
38893848
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
38903849
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -5316,7 +5275,7 @@ normalize-path@^2.1.1:
53165275
dependencies:
53175276
remove-trailing-separator "^1.0.1"
53185277

5319-
normalize-path@^3.0.0, normalize-path@~3.0.0:
5278+
normalize-path@^3.0.0:
53205279
version "3.0.0"
53215280
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
53225281
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -5853,7 +5812,7 @@ performance-now@^2.1.0:
58535812
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
58545813
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
58555814

5856-
picomatch@^2.0.4, picomatch@^2.0.5:
5815+
picomatch@^2.0.5:
58575816
version "2.1.1"
58585817
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.1.1.tgz#ecdfbea7704adb5fe6fb47f9866c4c0e15e905c5"
58595818
integrity sha512-OYMyqkKzK7blWO/+XZYP6w8hH0LDvkBvdvKukti+7kqYFCiEAk+gI3DWnryapc0Dau05ugGTy0foQ6mqn4AHYA==
@@ -6255,13 +6214,6 @@ readdirp@^2.2.1:
62556214
micromatch "^3.1.10"
62566215
readable-stream "^2.0.2"
62576216

6258-
readdirp@~3.2.0:
6259-
version "3.2.0"
6260-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.2.0.tgz#c30c33352b12c96dfb4b895421a49fd5a9593839"
6261-
integrity sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==
6262-
dependencies:
6263-
picomatch "^2.0.4"
6264-
62656217
realpath-native@^1.1.0:
62666218
version "1.1.0"
62676219
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"

0 commit comments

Comments
 (0)