chore(deps): update dependency fork-ts-checker-webpack-plugin to v1 (#5172)

This commit is contained in:
renovate[bot] 2019-03-07 11:34:21 +03:30 committed by Pooya Parsa
parent 50e9d6213d
commit 688ab27596
3 changed files with 7 additions and 6 deletions

View File

@ -50,7 +50,7 @@
"esm": "^3.2.11",
"express": "^4.16.4",
"finalhandler": "^1.1.1",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"fork-ts-checker-webpack-plugin": "^1.0.0",
"fs-extra": "^7.0.1",
"get-port": "^4.2.0",
"glob": "^7.1.3",

View File

@ -25,7 +25,7 @@
"chalk": "^2.4.2",
"consola": "^2.5.6",
"enquirer": "^2.3.0",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"fork-ts-checker-webpack-plugin": "^1.0.0",
"fs-extra": "^7.0.1",
"std-env": "^2.2.1",
"ts-loader": "^5.3.3",

View File

@ -4817,16 +4817,17 @@ forever-agent@~0.6.1:
resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
fork-ts-checker-webpack-plugin@^0.5.2:
version "0.5.2"
resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-0.5.2.tgz#a73b3630bd0a69409a6e4824e54c03a62fe82d8f"
integrity sha512-a5IG+xXyKnpruI0CP/anyRLAoxWtp3lzdG6flxicANnoSzz64b12dJ7ASAVRrI2OaWwZR2JyBaMHFQqInhWhIw==
fork-ts-checker-webpack-plugin@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-1.0.0.tgz#0f9ff0219f9b6f1a1b10fa25d7cc5015e60c997a"
integrity sha512-Kc7LI0OlnWB0FRbDQO+nnDCfZr+LhFSJIP8kZppDXvuXI/opeMg3IrlMedBX/EGgOUK0ma5Hafgkdp3DuxgYdg==
dependencies:
babel-code-frame "^6.22.0"
chalk "^2.4.1"
chokidar "^2.0.4"
micromatch "^3.1.10"
minimatch "^3.0.4"
semver "^5.6.0"
tapable "^1.0.0"
form-data@~2.3.2: