Skip to content

Commit 87681f1

Browse files
authored
Merge pull request #9 from LeetCode-OpenSource/greenkeeper/fork-ts-checker-webpack-plugin-0.5.0
Update fork-ts-checker-webpack-plugin to the latest version 🚀
2 parents 2f48f43 + badd103 commit 87681f1

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/sinon-chai": "^3.2.1",
2727
"@types/webpack": "^4.4.19",
2828
"coveralls": "^3.0.2",
29-
"fork-ts-checker-webpack-plugin": "^0.4.15",
29+
"fork-ts-checker-webpack-plugin": "^0.5.0",
3030
"happypack": "^5.0.0",
3131
"html-webpack-plugin": "^3.2.0",
3232
"husky": "^1.1.4",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2608,18 +2608,16 @@ 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.4.15:
2612-
version "0.4.15"
2613-
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-0.4.15.tgz#7cd9f94f3dd58cd1fe8f953f876e72090eda3f6d"
2614-
integrity sha512-qNYuygh2GxXehBvQZ5rI5YlQFn+7ZV6kmkyD9Sgs33dWl73NZdUOB5aCp8v0EXJn176AhPrZP8YCMT3h01fs+g==
2611+
fork-ts-checker-webpack-plugin@^0.5.0:
2612+
version "0.5.0"
2613+
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-0.5.0.tgz#39de03c2579368806478024cbce6ac7f5346d590"
2614+
integrity sha512-F8Xh0YBJEi1U0EGaYkTfc7IjDgQvBazGwBkoVytvcEIBeLHcqxYtwh5FkFcQdTsKZLWHGgtSJ78C3//RhpWFGw==
26152615
dependencies:
26162616
babel-code-frame "^6.22.0"
26172617
chalk "^2.4.1"
26182618
chokidar "^2.0.4"
2619-
lodash "^4.17.11"
26202619
micromatch "^3.1.10"
26212620
minimatch "^3.0.4"
2622-
resolve "^1.5.0"
26232621
tapable "^1.0.0"
26242622

26252623
form-data@~2.3.2:
@@ -4352,7 +4350,7 @@ lodash.sortby@^4.7.0:
43524350
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
43534351
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
43544352

4355-
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
4353+
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
43564354
version "4.17.11"
43574355
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
43584356
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==

0 commit comments

Comments
 (0)