Skip to content

Commit c0de8db

Browse files
authored
Merge pull request #35 from LeetCode-OpenSource/greenkeeper/fork-ts-checker-webpack-plugin-1.0.0
Update fork-ts-checker-webpack-plugin to the latest version 🚀
2 parents 1b826d4 + c258cfa commit c0de8db

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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.2",
3030
"@types/webpack": "^4.4.24",
3131
"coveralls": "^3.0.3",
32-
"fork-ts-checker-webpack-plugin": "^0.5.2",
32+
"fork-ts-checker-webpack-plugin": "^1.0.0",
3333
"happypack": "^5.0.1",
3434
"html-webpack-plugin": "^3.2.0",
3535
"husky": "^1.3.1",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2608,16 +2608,17 @@ forever-agent@~0.6.1:
26082608
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
26092609
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
26102610

2611-
fork-ts-checker-webpack-plugin@^0.5.2:
2612-
version "0.5.2"
2613-
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-0.5.2.tgz#a73b3630bd0a69409a6e4824e54c03a62fe82d8f"
2614-
integrity sha512-a5IG+xXyKnpruI0CP/anyRLAoxWtp3lzdG6flxicANnoSzz64b12dJ7ASAVRrI2OaWwZR2JyBaMHFQqInhWhIw==
2611+
fork-ts-checker-webpack-plugin@^1.0.0:
2612+
version "1.0.0"
2613+
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-1.0.0.tgz#0f9ff0219f9b6f1a1b10fa25d7cc5015e60c997a"
2614+
integrity sha512-Kc7LI0OlnWB0FRbDQO+nnDCfZr+LhFSJIP8kZppDXvuXI/opeMg3IrlMedBX/EGgOUK0ma5Hafgkdp3DuxgYdg==
26152615
dependencies:
26162616
babel-code-frame "^6.22.0"
26172617
chalk "^2.4.1"
26182618
chokidar "^2.0.4"
26192619
micromatch "^3.1.10"
26202620
minimatch "^3.0.4"
2621+
semver "^5.6.0"
26212622
tapable "^1.0.0"
26222623

26232624
form-data@~2.3.2:

0 commit comments

Comments
 (0)